{{-- Page Title --}} @lang('store::app.customers.account.profile.title') {{-- Breadcrumbs --}} @section('breadcrumbs') @endSection

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

@lang('store::app.customers.account.profile.edit')
{{-- Profile Information --}}

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

{{ $customer->first_name }}

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

{{ $customer->last_name }}

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

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

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

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

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

{{ $customer->email }}

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

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

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