@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
{{-- Navbar segreteria minimale (evita forbidden) --}} @auth @if(auth()->user()?->role === \App\Models\User::ROLE_SECRETARY)
Segreteria
@endif @endauth @if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@livewireScripts @include('partials.global-toast')