{{ trans_with_platform( __('Delete your @PLATFORM_NAME@ profile')) }} {{ __('Permanently erase your digital footprint.') }}
{{ __('Ready to close your account?')}}
{{ __('Before deleting your account, please download all your personal data, transactions and messages that you wish to retain.') }}
{{ __('Delete profile') }}
{{ trans_with_platform( __('Delete your @PLATFORM_NAME@ profile')) }}
{{ __('Are you sure you want to delete your profile? This step is irriversable.') }}
{{ __('Once your profile is deleted, all of its balance totals and data will be permanently deleted. All your transactions will be anonymized, also in the online transaction overviews and statements of other ' . platform_name() . ' users.')}}
{{ __('Before deleting your account, please download all your personal data, transactions and messages that you wish to retain.') }}
{{-- Account Balances Overview --}} @if($accounts && $accounts->count() > 0)

{{ __('Your accounts') }}

@foreach($accounts as $account)
{{ $account['name'] }} {{ $account['balanceFormatted'] }}
@endforeach
{{ __('Total balance') }} {{ tbFormat($totalBalance) }}
@endif {{-- Central Bank Warning --}} @if($isCentralBank)
{{ __('Central bank cannot be deleted') }}

{{ __('This is the central bank (level 0) and cannot be removed from the system. Central banks are essential for currency creation and management.') }}

@endif {{-- Final Admin Warning --}} @if($isFinalAdmin)
{{ __('Final administrator cannot be deleted') }}

{{ __('At least one administrator account must remain active in the system.') }}

@endif {{-- Negative Balance Warning --}} @if($hasNegativeBalance)
{{ __('Cannot delete profile with negative balance') }}

{{ __('You must settle all debts before you can delete your profile. Please ensure all your account balances are zero or positive.') }}

@endif {{-- Balance Handling Options --}} @if($showBalanceOptions && $totalBalance != 0 && !$hasNegativeBalance && !$isCentralBank && !$isFinalAdmin)
@if($balanceHandlingOption === 'donate')
@if($donationExceedsLimit && $donationLimitError)
{{ __('Donation exceeds account limits') }}

{{ $donationLimitError }}

@endif
@endif
@endif @if(!$isCentralBank && !$hasNegativeBalance && !$isFinalAdmin)
@endif
{{ __('Cancel') }} {{ __('Delete profile') }}