/* Decoded by unphp.net */ @lang('shop::app.customers.account.profile.index.title') @section('breadcrumbs') @endSection

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

{!! view_render_event('bagisto.shop.customers.account.profile.edit_button.before') !!} @lang('shop::app.customers.account.profile.index.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.index.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.index.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.index.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.index.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.index.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.index.delete-profile')
@lang('shop::app.customers.account.profile.index.delete-profile')

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

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