Official payment receipt

{{ config('app.name') }}

Payment receipt

{{ $payment->reference }}

{{ $payment->paid_at?->format('Y-m-d H:i') }}

Student

{{ $payment->student->user?->name }}

{{ $payment->student->matriculation_number }}

Amount verified

{{ $payment->currency }} {{ number_format($payment->amount_minor/100,2) }}

{{ ucfirst($payment->provider) }} / {{ str_replace('_',' ',$payment->method) }}

@foreach($payment->allocations as $allocation)

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) }}

@endif

This receipt is generated only from a server-verified or authorized manual payment record.