@include('components.frontend.head')
@include('components.frontend.header')
Home
Shop by Collection
{{ $category->collection_name }}
Filters
Sort by:
Best selling
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
REMOVE ALL
@if($products->count() > 0)
@foreach($products as $product)
@php $thumbnailImages = json_decode($product->thumbnail_image); @endphp @if($thumbnailImages && count($thumbnailImages) > 1)
@elseif($thumbnailImages && count($thumbnailImages) > 0)
@endif
Wishlist
{{ $product->product_name }}
INR {{ $product->product_price }}
@endforeach
@else
Coming Soon!
@endif
Filters
Shop by Category
@foreach ($categories as $cat)
{{ $cat->category_name }}
({{ $cat->product_count }})
@endforeach
Price
Min price
{{ $priceRange->min_price }}
Max price
{{ $priceRange->max_price }}
Size
@foreach($sizes as $size)
{{ $size }}
@endforeach
Availability
In stock
({{ $inStockCount }})
Out of stock
({{ $outStockCount }})
Apply Filters
Reset Filters
@include('components.frontend.footer') @include('components.frontend.main-js')