@include('front.partials.top-header') @include('front.partials.desktop.search-header') @include('front.partials.sticky-header')
@include('front.partials.mobile.menu')
@if (session('success'))
{{ session('success') }}
@endif
@include('front.partials.products-grid', [ 'products' => $products, 'wishlistProductIds' => $wishlistProductIds ?? [] ])
@include('front.partials.footer')