@csrf
Filters
Usage Of Panels
Select Panel Usage
Wall
Ceiling
Stock Status
Select Stock Status
InStock
Out Of Stock
Panel Included
Select Panel Included
With Panelling
Without Panelling
Length
Select a length
8 ft
9.5 ft
10.0 ft
Width
Select a width
5.0 inches
6.0 inches
6.25 inches
6.5 inches
8.0 inches
10.0 inches
12.0 inches
16.0 inches
48 inches
Thickness
Select a thickness
1.2 mm
3.0 mm
5.5 mm
6.0 mm
6.5 mm
7.0 mm
7.5 mm
8.5 mm
9.5 mm
10.0 mm
11.0 mm
12.0 mm
17.0 mm
23.0 mm
24.0 mm
Color
Select a Color
Black
White
Red
Green
Yellow
Blue
Brown
Orange
Pink
Purple
Grey
Select Min Price
0
Select Max Price
0
@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 ?? '' }}
Category: {{ $pro->category_name ?? '' }}
Price: {{ $pro->product_price ?? '' }}
Add to Wishlist
See Details
@endforeach @endif