{{ auth('customer')->user()->name }}
{{ __('Hello') }}

{{ auth('customer')->user()->email }}

  • {{ __('Account Information') }}
  • {{ __('Update profile') }}
  • {{ __('Orders') }}
  • {{ __('Address') }}
  • {{ __('Change password') }}
  • @if (is_plugin_active('marketplace')) @if (auth('customer')->user()->is_vendor)
  • {{ __('Vendor dashboard') }}
  • @else
  • {{ __('Become a vendor') }}
  • @endif @endif
  • {{ __('Logout') }}
@yield('content')

{{ __('Profile Image') }}

{!! csrf_field() !!}