@foreach ($sections as $section) @if ($section->key == 'brands') @include('Website.partials._banner', ['page_title' => $section->title ?? __('website.brands')]) @endif @endforeach
@push('scripts') @endpush