@if(!config('settings.hide_project_branding')) ... @else ... @endif
    {{ auth()->user()->name }}
    • {{ __('Profile') }}

      {{ __('Manage your profile') }}

    • {{ __('All orders') }}

      {{ __('View all finished orders') }}

    • {{ __('Logout') }}
    @auth()
    @csrf
    @endauth {{__('Close')}}