@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