Refund Confirmation

✓ Your refund has been processed successfully

Dear {{ $customer_name }},

We've processed your refund request for Order #{{ $order->id }}. The refund amount will be credited back to your original payment method within 5-10 business days.

Refund Amount: €{{ number_format($refund_amount, 2) }}
Refund Type: {{ ucfirst($refund_type) }} Refund
Order ID: #{{ $order->id }}
@if($event)
Event: {{ $event->name }}
@endif
Original Order Total: €{{ number_format($order_total, 2) }}
Refund Reference: {{ $refund->gateway_refund_id ?? 'Processing' }}
Refund Date: {{ $refund->processed_at ? $refund->processed_at->format('F j, Y \a\t g:i A') : 'Processing' }}
What happens next?
@if($refund->refund_reason)
Refund Reason:
{{ $refund->refund_reason }}
@endif

If you have any questions about this refund, please don't hesitate to contact our support team.