{{ __('Delete Account') }}

{{ __('Once your account is deleted, all of its resources and data will be permanently deleted.') }}

@if(!empty($isGoogle))

{{ __('Because your account is linked to Google, we will confirm deletion by asking you to type DELETE.') }}

@endif
{{ __('Delete Account') }}
@csrf @method('delete')

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

{{ __('This action cannot be undone.') }}

@if(!empty($isGoogle)) @else @endif
{{ __('Cancel') }} {{ __('Delete Account') }}