@if (setting('general.favicon')) @endif @theme('layouts.partials.seo-meta') @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif @livewireStyles {{--
@theme('layouts.partials.logo')
--}}
@theme('partials.home.running-text')
@theme('partials.home.slider') {{ $slot }}
@theme('layouts.partials.footer') @stack('scripts') @livewireScripts