@extends('website.layouts.master') @section('title') Shop @endsection @section('content') spécialiste en nutrition sportive Shop Back Filters Clear All @csrf Categories Search @foreach(\App\Helpers\WebHelper::allCategories() as $category) id, $request->categories)) checked @endif> {{$category->name}} {{-- (08)--}} {{-- 3--}} @endforeach Brands Search @foreach(\App\Helpers\WebHelper::allBrands() as $brand) id, $request->brands)) checked @endif> {{$brand->name}} {{-- (08)--}} {{-- 3--}} @endforeach {{-- Variations @foreach(\App\Helpers\WebHelper::allTaste() as $taste) id, $request->tastes)) checked @endif> {{$taste->name}} --}}{{-- (08)--}}{{-- --}}{{-- 3--}}{{-- @endforeach --}} Filter Menu Sort By : Most Popular Popularity Low - High Price High - Low Price Average Rating A - Z Order Z - A Order % Off - Hight To Low @foreach($products as $product) @include('website.components.product-card', ['product' => $product]) @endforeach {{$products->links()}} @endsection @section('script') @endsection