@if(count($products) > 0)

@include('partials.front.filter-sidebar') @if(isset($banners_below_filters) || isset($sections_above_side_banners) || isset($sections_below_side_banners))
@if(isset($sections_above_side_banners)) @include('partials.front.sections.brand-category.above-side-banners') @endif @if(isset($banners_below_filters)) @include('partials.front.side-banners', ['banners' => $banners_below_filters]) @endif @if(isset($sections_below_side_banners)) @include('partials.front.sections.brand-category.below-side-banners') @endif @endif
@include('includes.products')
@else
@lang('No Product Found')
@endif