{{ __('Delete Account') }}

{{ __('Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.') }}

@if($currentUserRole == 1) {{ __('Delete Account') }}
@csrf @method('delete')

{{ __('Are you sure you want to delete your account?') }}

{{ __('Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account.') }}

{{ __('Cancel') }} {{ __('Delete Account') }}
@elseif($currentUserRole == 2)

{{ __('Superadmin accounts cannot be deleted.') }}

@endif