@extends('layout.app') @section('content')
{{-- ========== Banner Product Section start ========== --}}
{{-- Skeleton (hidden by default, JS show/hide karega) --}} {{-- Actual products --}}
@include('front.partial.products-grid')
Filters
Category
Reset
    @foreach($categories as $cat)
  • @endforeach
Price Range
Reset
$
To
$
Color
Reset
    @php $colorList = [ ['name' => 'White', 'hex' => '#ffffff'], ['name' => 'Black', 'hex' => '#000000'], ['name' => 'Army', 'hex' => '#686b4b'], ['name' => 'Grey Marle', 'hex' => '#a8a8a8'], ['name' => 'Navy', 'hex' => '#161c26'], ['name' => 'Forest Green', 'hex' => '#3f5938'], ['name' => 'Pink', 'hex' => '#ffd8d8'], ['name' => 'Red', 'hex' => '#df1927'], ['name' => 'Team Purple', 'hex' => '#5e2570'], ['name' => 'Sage', 'hex' => '#738e76'], ['name' => 'Ecru', 'hex' => '#fffbf2'], ['name' => 'Pigment Slate Blue','hex' => '#81949c'], ['name' => 'Storm Blue', 'hex' => '#8e9299'], ['name' => 'Peach', 'hex' => '#ffc67b'], ['name' => 'Mint', 'hex' => '#b0ffe8'], ['name' => 'Gunmetal Heather', 'hex' => '#9e9e9e'], ['name' => 'Denim Blue', 'hex' => '#8c9fbd'], ['name' => 'Tropical Blue', 'hex' => '#00A0B3'], ]; @endphp @foreach($colorList as $color)
  • @endforeach
Size
Reset
    @foreach(['S','M','L','XL','XS','2XL'] as $size)
  • @endforeach
Product Types
Reset
    @foreach($types as $type)
  • @endforeach
@endsection @push('scripts') @endpush