@include('partials.head')
{{ __('Dashboard') }}
{{ __('Meetups') }}
{{ __('Alle Meetups') }}
{{ __('Karte') }}
{{ __('Welt-Karte') }}
{{ __('Kurse') }}
{{ __('Dozenten') }}
{{ __('Städte/Gebiete') }}
{{ __('Veranstaltungsorte') }}
{{ __('Repository') }}
{{ __('Land auswählen') }}
{{ __('Sprache wechseln') }}
@if(auth()->check())
{{ __('Zeitzone') }}
@endif
@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
@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