@csrf @method('delete')

{{ __('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($errors->userDeletion->get('password'))
{{ $errors->userDeletion->first('password') }}
@endif