@extends('frontend.layouts.layouts') @section('content')
Flowbite Logo

Shop

Filter

Showing {{ $products->count() }} of {{ $totalProductsCount }} products

Search Products
CATEGORIES
@foreach ($category as $category) @endforeach
BRANDS
@foreach ($brands as $brand) @endforeach
PRICE
@foreach ($priceRanges as $range => $label) @endforeach
@foreach ($products as $product)
@csrf @php $firstChannelProduct = $product->channelProducts->first(); @endphp
@endforeach
@endsection