{{-- Apply the persisted theme as early as possible to avoid a flash. Storage key 'cl-theme' is shared with the rest of the theme system. --}} {{-- Prevent flash of the wrong background colour before CSS loads. --}} {{-- Theme fonts: Figtree (sans) + JetBrains Mono (mono) --}} {{-- Font Awesome 6 — used for all theme icons --}} @fonts @vite(['resources/css/app.css', 'resources/js/app.ts', "resources/js/pages/{$page['component']}.vue"]) {{ config('app.name', 'Laravel') }}