<head>
...
@livewireStyles
@filamentStyles(packages: ['filament/forms', 'filament/support'])
@vite(['resources/css/filament/admin/theme.css', 'resources/css/app.css', 'resources/js/app.js'])
</head>
<body>
...
@livewire('notifications')
@livewireScriptConfig
@filamentScripts(packages: ['filament/notifications', 'filament/support'])
</body>
<head>
...
@livewireStyles
@filamentStyles(packages: ['filament/forms', 'filament/support'])
@vite(['resources/css/filament/admin/theme.css', 'resources/css/app.css', 'resources/js/app.js'])
</head>
<body>
...
@livewire('notifications')
@livewireScriptConfig
@filamentScripts(packages: ['filament/notifications', 'filament/support'])
</body>