@auth()
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@endauth()
{{-- Account Management --}}
{{ __('Profile') }}
@if (Laravel\Jetstream\Jetstream::hasApiFeatures())
{{ __('API Tokens') }}
@endif
{{-- Authentication --}}