{{ __('Delete account') }}

@if($pendingDeletion ?? null)

{{ __('Your account deletion request is pending admin approval. You cannot submit another request until it is reviewed.') }}

@else

{{ __('Your account will not be removed immediately. A request goes to the admin for approval. Until then, your access to the site will be temporarily blocked. Your data stays in the system and is not permanently deleted from the database.') }}

@endif