@stack('canonical') {{ $canonical ?? '' }} @if($favicon = \App\Models\Setting::getValue('favicon')) @endif @stack('og_image') {{ $ogImage ?? '' }} @vite(['resources/css/app.css', 'resources/js/app.js']) @if($gtmId = \App\Models\Setting::getValue('gtm_container_id')) @endif @if($pixelId = \App\Models\Setting::getValue('meta_pixel_id')) @endif @if($gaId = \App\Models\Setting::getValue('google_analytics_id')) @endif {!! \App\Models\Setting::getValue('header_scripts') !!} @stack('json_ld') {!! $extraHead ?? '' !!} @livewireStyles @if($gtmId = \App\Models\Setting::getValue('gtm_container_id')) @endif
@livewire('storefront.wishlist-badge') @auth @else Sign In @endauth @livewire('storefront.cart-trigger')
Home Shop Categories Contact
@auth
{{ auth()->user()->name }} Dashboard
@csrf
@else Sign In Create Account @endauth
{{ $slot }}
@livewire('storefront.cart-flyout')
Processing request...
{!! \App\Models\Setting::getValue('footer_scripts') !!} @livewireScripts