@php $settings = get_batch_settings(['theme.favicon']); // Get the favicon path from settings $faviconPath = $settings['theme.favicon'] ? Storage::url($settings['theme.favicon']) : asset('img/favicon.png'); @endphp @livewireStyles @vite('resources/css/app.css')
merge(['class' => 'w-full max-w-md text-center']) }}> {{ $slot }}
@livewireScripts @vite('resources/js/app.js') @stack('scripts')