FILTER BY

@if(request('category')) @php // Find the category name based on the selected category ID $selectedCategory = $category->firstWhere('id', request('category')); @endphp @if($selectedCategory) {{ $selectedCategory->name }} @endif @endif
@if(request('brand')) @php // Find the category name based on the selected category ID $selectedbrand = $brand->firstWhere('id', request('brand')); @endphp @if($selectedbrand) {{ $selectedbrand->brand_name }} @endif @endif




@foreach ($banners as $banner) @if ($banner->banner_type === 'Side Banner')
{!! $banner->title !!}
{!! $banner->subtitle !!}

Shop Now

@endif @endforeach