{{-- Titre + recherche --}}
@if($currentCategory) {{ $currentCategory->name }}
@elseif($currentTag) {{ $currentTag->name }}
@else Boutique
@endif
{{-- Bouton filtres mobile --}}
{{-- Sidebar categories --}}
{{-- Grille produits --}}
@include('shop.partials.grid')