@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())
@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