@if ($trendingItemsSection && $trendingItems->count() > 0)

{{ $trendingItemsSection->name }}

@if ($trendingItemsSection->description)

{{ $trendingItemsSection->description }}

@endif
@foreach ($trendingItems as $trendingItem)
@include('themes.basic.partials.item', ['item' => $trendingItem])
@endforeach
@endif