{{-- 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 --}}
{{ $pageTitle ?? config('app.name') }}
{{-- Expose app name to JS so Inertia uses the same value as the blade title --}}
{{-- Include Google Fonts for additional font options --}}
{{-- Inline script to apply saved font and colors immediately --}}
@routes
@viteReactRefresh
@vite(['resources/js/app.tsx'])
@inertiaHead
@inertia