@php $eur = fn (int $cents) => \Illuminate\Support\Number::currency($cents / 100, in: 'EUR', locale: app()->getLocale()); @endphp

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

{{ __('withdrawal.admin_sub', ['name' => $customerName]) }}

@if ($refusal !== null) {{-- The same sentence the customer would be shown. An operator being told "nicht möglich" in developer's words would then explain it to the customer in their own, and the two would not match. --}}
{{ $refusal }}
@else
{{ __('withdrawal.admin_window') }}
{{ $right->endsAt?->local()->isoFormat('LL') }}
{{ __('withdrawal.admin_delivered') }}
{{ $deliveredDays }} / {{ $termDays }}
{{ __('withdrawal.admin_owed') }}
{{ $eur($owedNetCents) }}

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

@endif
{{ __('withdrawal.keep') }} @if ($refusal === null) {{ __('withdrawal.admin_confirm') }} @endif