@extends('layouts.front.front') {{-- main content --}} @section('content')

Filter by

@if($all_product_types->isNotEmpty()) @foreach($all_product_types as $product_type)
@endforeach @endif

@if($all_product_categories->isNotEmpty()) @foreach($all_product_categories as $category)
@endforeach @endif

@if($all_brands->isNotEmpty()) @foreach($all_brands as $brand)
@endforeach @endif
@if(request()->filter) Clear Filter @endif
Found {{$total_count}} results
@if($products->isNotEmpty()) @foreach($products as $product)
product-image
{{$product->name}}
{{$product->category->name}} {{$product->sub_title}}

{{$product->sub_title}}

@endforeach @else

Product Not Found

@endif
@endsection @push('js') @endpush