@php $accent = config('installer.theme.accent', config('installer.theme.primary', '#262626')); $accentForeground = config('installer.theme.accent_foreground', '#ffffff'); $accentDark = config('installer.theme.accent_dark', '#ffffff'); $accentDarkForeground = config('installer.theme.accent_dark_foreground', '#1a1a1a'); $themeMode = config('installer.theme.mode', 'system'); @endphp @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif @livewireStyles {{ $slot }} @livewireScripts