@if ($bestSellingItemsSection && $bestSellingItems->count() > 0)

{{ $bestSellingItemsSection->name }}

@if ($bestSellingItemsSection->description)

{{ $bestSellingItemsSection->description }}

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