@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 }} @elseif($currentBrand) {{ $currentBrand->name }} @else Boutique @endif

@if($currentBrand) @endif
@foreach($tags as $tag) @endforeach
{{-- Bouton filtres mobile --}} {{-- Sidebar catégories --}} {{-- Grille produits --}}
@include('shop.partials.grid')