@foreach ($menus as $menu) @if ($menu->hasChild())
@foreach ($menu->getChild() as $child) {!! __($child->name) !!} @endforeach
@else @if ($menu->parent_id === null) {!! __($menu->name) !!} @endif @endif @endforeach @if (Auth::check() && Auth::user()->role == 7) {{ __("Admin") }} @endif @if (config("app.settings.user_registration.enabled") && ! Auth::check()) {{ __("Login") }} @endif
@if (config("app.settings.enable_dark_mode"))
@endif @if (auth()->check())
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif
{{ __("Manage Account") }}
{{ __("Profile") }} @if (Laravel\Jetstream\Jetstream::hasApiFeatures()) {{ __("API Tokens") }} @endif
@csrf {{ __("Log Out") }}
@endif
@csrf
@if (config("app.settings.enable_dark_mode"))
@endif @if (auth()->check()) @if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif
{{ __("Manage Account") }}
{{ __("Profile") }} @if (Laravel\Jetstream\Jetstream::hasApiFeatures()) {{ __("API Tokens") }} @endif
@csrf {{ __("Log Out") }}
@endif
@foreach ($menus as $menu) @if ($menu->hasChild())
@foreach ($menu->getChild() as $child) {!! __($child->name) !!} @endforeach
@else @if ($menu->parent_id === null) {!! __($menu->name) !!} @endif @endif @endforeach @if (Auth::check() && Auth::user()->role == 7) {{ __("Admin") }} @endif
@csrf