@extends(EcommerceHelper::viewPath('customers.master')) @section('title', __('Account Settings')) @section('content')
{{-- Profile Information Card --}}

{{ __('Profile Information') }}

{{ __('Update your account profile information and email address.') }}

{!! $form->renderForm() !!}
{{-- Change Password Card --}}

{{ __('Change Password') }}

{{ __('Ensure your account is using a long, random password to stay secure.') }}

{!! $passwordForm->renderForm() !!}
{{-- Delete Account Card --}} @if (get_ecommerce_setting('enabled_customer_account_deletion', true))

{{ __('Delete Account') }}

{{ __('Permanently delete your account and all associated data.') }}

{{-- Delete Account Modal --}} @endif
@endsection