@extends('website.layouts.master') @section('title') Shop @endsection @section('content')

spécialiste en nutrition sportive

Back

Filters

Clear All
@csrf

    @foreach(\App\Helpers\WebHelper::allCategories() as $category)
  • id, $request->categories)) checked @endif>
    {{-- 3--}}
  • @endforeach

    @foreach(\App\Helpers\WebHelper::allBrands() as $brand)
  • id, $request->brands)) checked @endif>
    {{-- 3--}}
  • @endforeach
{{--

    @foreach(\App\Helpers\WebHelper::allTaste() as $taste)
  • id, $request->tastes)) checked @endif>
    --}}{{-- 3--}}{{--
  • @endforeach
--}}
@foreach($products as $product)
@include('website.components.product-card', ['product' => $product])
@endforeach
{{$products->links()}}
@endsection @section('script') @endsection