{{-- Theme must be applied before page renders --}} {{-- Fonts --}} {{-- All public CSS + JS through Vite --}} @vite([ 'resources/css/home/home.css', 'resources/js/home.js' ]) @stack('head')