@yield('meta_tags')
@stack('stylesheets') @yield('head') @yield('structured_data')
Home
{!! navigations() !!}
Kontakt
@auth
Dashboard
Profile
@if (auth()->user()->type == 'superAdmin')
Einstellungen
@endif
@csrf
Ausloggen
@endauth
@yield('content')
@stack('scripts')