@stack('metadata') {{-- SEO Robots --}} @if (app()->environment() !== 'production') @elseif(request()->has('preview') && request()->get('preview') === 'draft') @else @endif {{-- --}} @stack('head_scripts') {!! \App\Helpers\SchemaHelper::organizationSchema() !!} @livewireStyles @stack('styles') @php $current_url = request()->fullUrl(); @endphp Skip to content {{-- HEADER --}} @include('components.layouts.header') {{-- PAGE CONTENT --}}
{{ $slot }}
{{-- Ads --}} @stack('pageId') {{-- ✅ FIXED MOBILE DETECTION (NO $agent ERROR) --}} {{-- FOOTER --}} @include('components.layouts.footer') {{-- ✅ only one jQuery --}} {{-- Flash auto close --}} {{-- Image fallback optimized --}} {{-- Livewire --}} @livewireScripts {{-- 🔥 LIVEWIRE AUTO RECOVERY --}} @stack('scripts')