@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
@lang('Showing') {{ $products->firstItem() }} - {{ $products->lastItem() }} @lang('products of') {{ $products->total() }} @lang('products')
@include('partials.front.cart-message')
@include('includes.products')
@else

@lang('No Product found.')  @lang('Go to Shop')

@endif