@if(request()->cookie("mode") == "dark")
@else
@endif
@if(request()->cookie("mode") == "dark")
@else
@endif
Home
@if(auth()->user()->can('menuplan.show'))
{{ __('msg.menuplan') }}
@endif @if(auth()->user()->can('event.show'))
{{ __('msg.aktiviteter') }}
@endif @if(auth()->user()->can('washing.machine.reservation.show'))
{{ __('msg.reservationer') }}
@endif @if(auth()->user()->can('contact.show'))
{{ __('msg.kontoret') }}
@endif
{{ __('msg.vagttelefon') }}
@if(auth()->user()->can('guides.show'))
{{ __('msg.vejledning') }}
@endif
{{ __('msg.konto') }}
{{ __('msg.indstillinger') }}
{{ __('msg.omkring') }}
{{ __('msg.logud') }}
@yield("content") @if(request()->cookie("mode") == "dark") @endif @yield("scripts")