{{-- SEO Meta --}} @yield('meta_title', app()->getLocale() === 'ar' ? \App\Models\Setting::get('seo_meta_title_ar', 'ليالي جدة - دليلك الشامل لمدينة جدة') : \App\Models\Setting::get('seo_meta_title_en', 'Jeddah Night - Your Complete Jeddah City Guide')) @if(\App\Models\Setting::get('seo_keywords')) @endif {{-- Hreflang alternate language links --}} @if(isset($alternates)) @foreach($alternates as $lang => $url) @endforeach @endif {{-- Open Graph --}} {{-- Tailwind CSS CDN --}} {{-- Font Awesome 6.5 --}} {{-- Alpine.js x-cloak --}} {{-- Autocomplete Alpine Components (must be defined before Alpine loads) --}} {{-- Instagram-like Story Viewer Component --}} {{-- Alpine.js 3.x + Intersect plugin --}} {{-- Google Fonts: Inter (EN) + Tajawal (AR) --}} {{-- Tailwind Config --}} {{-- Google Analytics --}} @if(\App\Models\Setting::get('seo_google_analytics')) @endif {{-- Google Tag Manager --}} @if(\App\Models\Setting::get('seo_gtm_id')) @endif {{-- Facebook Pixel --}} @if(\App\Models\Setting::get('seo_facebook_pixel')) @endif {{-- Custom Head Code --}} {!! \App\Models\Setting::get('custom_head_code', '') !!} @yield('styles') {{-- Animated Starry Night Canvas --}} {{-- ============================================================ --}} {{-- HEADER / NAVBAR --}} {{-- ============================================================ --}}
{{-- Search Overlay with Autocomplete --}}
{{-- Autocomplete Dropdown --}}
{{-- ============================================================ --}} {{-- MAIN CONTENT --}} {{-- ============================================================ --}}
@yield('content')
{{-- ============================================================ --}} {{-- FOOTER --}} {{-- ============================================================ --}} {{-- Back to Top Button --}}
@yield('scripts') {{-- Custom Footer Code --}} {!! \App\Models\Setting::get('custom_footer_code', '') !!}