avatar

{{ auth()->user()->name }}

{{ auth()->user()?->email ?? "" }}

{{ auth()->user()?->phone ?? "" }}

{{ __('Profile') }} {{ __('levels.edit_profile') }} @if (!blank(auth()->user()->bank)) {{ __('levels.bank') }} @endif {{-- need to edit it by login as restaurant owner --}} @if(auth()->user()->myrole == 3 && auth()->user()->restaurant) {{ __('validation.attributes.restaurant_id') }} @endif {{ __('levels.address') }} {{ __('levels.change_password') }} {{ __('Logout') }}
@csrf