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

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

{!! view_render_event('bagisto.shop.customers.account.profile.edit_button.before') !!} @lang('shop::app.customers.account.profile.edit') {!! view_render_event('bagisto.shop.customers.account.profile.edit_button.after') !!}
{!! view_render_event('bagisto.shop.customers.account.profile.first_name.before') !!}

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

{{ $customer->first_name }}

{!! view_render_event('bagisto.shop.customers.account.profile.first_name.after') !!} {!! view_render_event('bagisto.shop.customers.account.profile.last_name.before') !!}

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

{{ $customer->last_name }}

{!! view_render_event('bagisto.shop.customers.account.profile.last_name.after') !!} {!! view_render_event('bagisto.shop.customers.account.profile.gender.before') !!}

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

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

{!! view_render_event('bagisto.shop.customers.account.profile.gender.after') !!} {!! view_render_event('bagisto.shop.customers.account.profile.date_of_birth.before') !!}

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

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

{!! view_render_event('bagisto.shop.customers.account.profile.date_of_birth.after') !!} {!! view_render_event('bagisto.shop.customers.account.profile.email.before') !!}

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

{{ $customer->email }}

{!! view_render_event('bagisto.shop.customers.account.profile.email.after') !!} {!! 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') !!}