($appearance ?? 'system') == 'dark'])> {{-- ✅ SEO META TAGS --}} {{-- ✅ DEFAULT META (will be overridden by page-specific Head tags) --}} {{-- ✅ OPEN GRAPH (FACEBOOK/LINKEDIN) --}} {{-- ✅ TWITTER CARD --}} {{-- ✅ MOBILE/PWA META --}} {{-- ✅ CANONICAL URL (important for SEO) --}} {{-- ✅ LLM CONTEXT (for AI crawlers) --}} {{-- ✅ STRUCTURED DATA (JSON-LD) for better SEO --}} {{-- Inline script to detect system dark mode preference and apply it immediately --}} {{-- Inline style to set the HTML background color based on our theme in app.css --}} {{ config('app.name', 'Laravel') }} @routes @viteReactRefresh @vite(['resources/js/app.jsx', 'resources/js/styles/app.scss']) @inertiaHead {{-- ✅ NOSCRIPT FALLBACK (for crawlers without JS) --}} {{-- ✅ Preload screen before React app is mounted --}}
Loading...
{{-- ✅ React / Inertia app mount point --}} @inertia