@auth()
{{ __('Dashboard') }}
@endauth
{{ __('About') }}
{{ __('Articles') }}
{{ __('Documentation') }}
{{ __('Mods') }}
{{ __('Support') }}
{{-- 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