Payment receipt
{{ $payment->reference }}
{{ $payment->paid_at?->format('Y-m-d H:i') }}
{{ $payment->student->user?->name }}
{{ $payment->student->matriculation_number }}
{{ $payment->currency }} {{ number_format($payment->amount_minor/100,2) }}
{{ ucfirst($payment->provider) }} / {{ str_replace('_',' ',$payment->method) }}
Allocated to {{ $allocation->invoice->invoice_number }} {{ $payment->currency }} {{ number_format($allocation->amount_minor/100,2) }}
@endforeach @if($payment->refunded_minor)Refunded: {{ $payment->currency }} {{ number_format($payment->refunded_minor/100,2) }}
@endifThis receipt is generated only from a server-verified or authorized manual payment record.