($appearance ?? 'system') == 'dark'])> {{ business_config('business_name', config('app.name', 'Laravel')) }} @php $favicon = business_config('favicon_url'); if ($favicon && !str_starts_with($favicon, 'http')) { $favicon = '/storage/' . $favicon; } @endphp @vite(['resources/js/app.ts', "resources/js/Pages/{$page['component']}.vue"]) @inertiaHead @inertia