{{ __('settings.cancel_title') }}

{{ __('settings.cancel_body') }}

{{-- Still inside the fourteen days: offered as a way OUT of this dialogue, not as one more reason inside it. Withdrawing ends the service the same day and sends the WHOLE amount back; cancelling keeps the term that was paid for. Somebody entitled to the first should not lose it by taking the second without being told. --}} @if ($canWithdraw)

{{ __('withdrawal.instead_title') }}

{{ __('withdrawal.instead_body', ['date' => $withdrawalEndsAt?->local()->isoFormat('LL')]) }}

{{ __('withdrawal.cta') }}
@endif {{-- Why. Asked here because this is the only moment the customer is looking at the question; afterwards they are gone and nobody asks again. --}}
@error('reason')

{{ $message }}

@enderror
@error('note')

{{ $message }}

@enderror
{{-- Zwei Auswahlfelder statt einer Checkbox (R-Vorgabe dieser Aufgabe): eine Checkbox kennt keinen dritten Zustand, und "nicht angekreuzt" wäre von einem bewussten Nein nicht zu unterscheiden — genau diese Unterscheidung entscheidet, ob wir später Erinnerungen schicken und einen Export vorbereiten. Radio-Werte "1"/"0" statt leerer Wert, damit PHP sie beim Setzen eindeutig nach true/false wandelt und keiner der beiden mit dem unbeantworteten null verwechselt werden kann. --}}

{{ __('settings.cancel_export_hint') }}

@error('exportWish')

{{ $message }}

@enderror
@error('confirmName')

{{ $message }}

@enderror
{{ __('settings.keep') }} {{ __('settings.cancel_confirm') }}