@include('front.partials.filters',['category'=>$subcategory,'filter_brands'=>$subcategory->brands])
@if(count($subcategory_products))
@if(session()->get('view')=="row")
@include('front.partials.row_view',['products'=>$subcategory_products])
@else
@include('front.partials.vertical_view',['products'=>$subcategory_products])
@endif
@else
{{__('No products found , please filter again')}}
@endif