@include('partials.head') {{ __('Dashboard') }} {{ __('Meetups') }}
{{ __('Karte') }} {{ request()->route('country') }}
{{ __('Welt-Karte') }}
{{ __('Kurse') }} {{ __('Dozenten') }} {{ __('Städte/Gebiete') }} {{ __('Veranstaltungsorte') }}
{{ __('Sprache wechseln') }} {{ __('Repository') }}
@auth @endauth
@auth
{{ auth()->user()?->name }} @if(strlen(auth()->user()?->name) > 12) {{ Str::substr(auth()->user()?->name, 0, 4) }} ...{{ Str::substr(auth()->user()?->name, -4) }} @else {{ auth()->user()?->name }} @endif
{{ __('Settings') }}
@csrf {{ __('Log Out') }}
@endauth {{ $slot }} @fluxScripts