{{ __('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
@error('confirmName')

{{ $message }}

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