@foreach ($sections as $section) @if ($section->key == 'products') @include('Website.partials._banner', ['page_title' => $section->title]) @endif @endforeach @if ($products->isNotEmpty())
@foreach ($products as $product) @endforeach
@endif