@extends(EcommerceHelper::viewPath('customers.layouts.account-settings')) @section('title', __('Account information')) @section('account-content') {!! $form->renderForm() !!} @if (get_ecommerce_setting('enabled_customer_account_deletion', true))

{{ __('Delete account') }}

{{ __('This action will permanently delete your account and all associated data and irreversible. Please be sure before proceeding.') }}

@endif @endsection