@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')