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