{{ auth('customer')->user()->name }}
  • {{ __('Overview') }}
  • {{ __('Profile') }}
  • {{ __('Orders') }}
  • {{ __('Address books') }}
  • {{ __('Change password') }}
  • {{ __('Logout') }}
@yield('content')

{{ __('Profile Image') }}

{!! csrf_field() !!}