@lang('shop::app.customers.account.profile.title') @section('breadcrumbs') @endSection

@lang('shop::app.customers.account.profile.title')

@lang('shop::app.customers.account.profile.edit')

@lang('shop::app.customers.account.profile.first-name')

{{ $customer->first_name }}

@lang('shop::app.customers.account.profile.last-name')

{{ $customer->last_name }}

@lang('shop::app.customers.account.profile.gender')

{{ $customer->gender ?? '-'}}

@lang('shop::app.customers.account.profile.dob')

{{ $customer->date_of_birth ?? '-' }}

@lang('shop::app.customers.account.profile.email')

{{ $customer->email }}

{!! view_render_event('bagisto.shop.customers.account.profile.delete.before') !!}
@lang('shop::app.customers.account.profile.delete-profile')

@lang('shop::app.customers.account.profile.enter-password')

{!! view_render_event('bagisto.shop.customers.account.profile.delete.after') !!}