{{-- Inline script to handle theme --}} {{-- Inline style to set the HTML background color for both themes --}} {{ config('app.name', 'Laravel') }} @php $faviconPath = config('app.favicon'); $faviconUrl = $faviconPath && file_exists(storage_path('app/public/' . $faviconPath)) ? asset('storage/' . $faviconPath) . '?v=' . filemtime(storage_path('app/public/' . $faviconPath)) : asset('favicon.png') . '?v=' . time(); @endphp @viteReactRefresh @vite(['resources/js/app.tsx', "resources/js/pages/{$page['component']}.tsx"]) @inertiaHead @inertia