@include('app.header')
Filter By
Category
Brand
Origin
@if ($searches->count() > 0)
Filtered
@foreach ($searches as $search)
{{ $search->value }}
@endforeach
@endif
@if ($categoriesshow == true)
@foreach ($categories as $category)
{{ $category }}
@if (!$loop->last) @endif @endforeach
@endif @if ($brandsshow == true)
@foreach ($brands as $brand)
{{ $brand }}
@if (!$loop->last) @endif @endforeach
@endif @if ($originsshow == true)
@foreach ($origins as $origin)
{{ $origin }}
@if (!$loop->last) @endif @endforeach
@endif
@if (strlen($search) >= 3) @if ($products->count() > 0)
@foreach ($products as $product) @endforeach
@endif @else
@foreach ($products as $product) @endforeach
@endif