@push('json-ld') @endpush {{-- Produits mis en avant --}} @if(isset($featuredProducts) && $featuredProducts->isNotEmpty())

Nos coups de coeur

@foreach($featuredProducts as $product) @endforeach
@endif
{{-- Titre + recherche --}}

@if($currentCategory) {{ $currentCategory->name }} @else Boutique @endif

{{-- Bouton filtres mobile --}} {{-- Sidebar categories --}} {{-- Grille produits --}}
@include('shop.partials.grid')