{{-- Immediate theme script - MUST run before any content renders --}}
{{-- Google Fonts Link --}}
@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Dynamic Branding Stylesheet --}}
@yield('styles')
{{-- Add theme-header class --}}
@yield('content')
{{-- Add theme-footer class --}}