@if (setting('general.favicon')) @endif @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
{{ setting('general.app_name') ?? 'Logo' }}
@livewire('search')
{{ $slot }}