@section('navbar')
Dienstplanung
@if(Auth::check())
Veranstaltungen
Benutzer
@endif
@if(Auth::check())
Profil
Abmelden
@else
Registrieren
Anmelden
@endif
@show @section('modals') @show @include('shared.modals.confirmLogout', [])
@yield('content')
@section('footer') @show @yield('scripts')