@csrf
Filters
Color
Select Min Price
Select Max Price
@if (request()->hasAny(['usage_of_panels', 'instock', 'panel_included', 'length', 'width', 'thickness', 'color', 'min_price', 'max_price']))
Applied Filters
@endif
{{-- Example Filter × --}}
@if (isset($settings['search'])) @foreach ($settings['search'] as $pro)
{{ $pro->product_name ?? '' }}

{{ $pro->product_name ?? '' }}

Category: {{ $pro->category_name ?? '' }}

Price: {{ $pro->product_price ?? '' }}

See Details
@endforeach @endif