@if (auth()->user()->role == 7)
@foreach ([ "dashboard" => "Dashboard", "domains" => "Domains", "pages" => "Pages", "blog" => "Blog", "menu" => "Menu", "settings" => "Settings" ] as $key => $value) {{ __($value) }} @endforeach
@endif
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif @if (auth()->user()->role == 7)
{{ __("Advance") }}
{{ __("Manage Users") }} {{ __("Themes") }} {{ __("App Updates") }}
@endif
{{ __("Manage Account") }}
{{ __("Profile") }} @if (Laravel\Jetstream\Jetstream::hasApiFeatures()) {{ __("API Tokens") }} @endif
@csrf {{ __("Log Out") }}
@if (auth()->user()->role == 7)
@foreach ([ "dashboard" => "Dashboard", "domains" => "Domains", "pages" => "Pages", "blog" => "Blog", "menu" => "Menu", "settings" => "Settings" ] as $key => $value) {{ __($value) }} @endforeach
@endif
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ Auth::user()->name }}
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@if (auth()->user()->role == 7) {{ __("Manage Users") }} {{ __("Themes") }} {{ __("App Updates") }} @endif {{ __("Profile") }} @if (Laravel\Jetstream\Jetstream::hasApiFeatures()) {{ __("API Tokens") }} @endif
@csrf {{ __("Log Out") }}