Макет Livewire
Код: Выделить всё
{{ config('app.name') }}
[x-cloak] {
display: none !important;
}
@filamentStyles
@vite('resources/css/app.css')
{{ $slot }}
@livewire('notifications')
@filamentScripts
@vite('resources/js/app.js')
Код: Выделить всё
Подробнее здесь: [url]https://stackoverflow.com/questions/79046403/i-have-a-problem-with-notifications-appearing-twice-on-filament-3[/url]