@include('partials.head') {{ __('Dashboard') }} {{ __('Meetups') }} {{ __('Karte') }} {{-- --}} {{ __('Repository') }} @auth @endauth @auth
{{ auth()->user()->initials() }}
{{ 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