# {{ __('Refund costs for cancelled event: :title', ['title' => $eventTitle]) }} {{ __('Hello :name,', ['name' => $userName]) }} {{ __('You cancelled the event :title. The following refund processing costs apply:', ['title' => $eventTitle]) }} | | | |---|---| | {{ __('Refunded registrations') }} | {{ $charge->refund_count }} | | {{ __('Processing fee per ticket') }} | €{{ number_format($refundFee, 2, ',', '.') }} | | **{{ __('Total') }}** | **€{{ number_format($charge->amount, 2, ',', '.') }}** | @if ($paymentUrl) {{ __('Pay refund costs') }} @else {{ __('We will contact you about settling these costs.') }} @endif {{ config('app.name') }}