@filamentStyles @if (file_exists(public_path('build/manifest.json')) || \Illuminate\Support\Facades\Vite::isRunningHot()) @vite('resources/css/app.css') @endif
{{ $slot }} @livewire('notifications') @filamentScripts @if (file_exists(public_path('build/manifest.json')) || \Illuminate\Support\Facades\Vite::isRunningHot()) @vite('resources/js/app.js') @endif