{{__("ACCOUNT REMOVAL")}}

@if($userId === 1 || $userId === 2)

{{__("The 'Account Removal' option is currently disabled for this type of account.")}}

@else

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

@csrf @method('DELETE')
@endif