{{ __('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.") }}
@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.') }} @if (!request()->user()->provider) @if ($errors->userDeletion->get('password'))
  • {{ $errors->userDeletion->get('password')[0] }}
@endif @endif
{{ __('Delete Account') }}
{{ __('Cancel') }}
{{ __('Delete Account') }}