Official Payment Receipt
| RECEIPT |
Receipt No: {{ $receipt->reference }} Date: {{ $receipt->date->format('d/m/Y') }} |
| Received From: | {{ $receipt->payer }} |
| Payment Method: | {{ $receipt->payment_method }} |
| Ref/Txn ID: | {{ $receipt->external_reference }} |
| Payment For: | Invoice #{{ $receipt->invoice->invoice_number }} |
| Description: | {{ $receipt->description ?: 'Payment acknowledgment' }} |
Balance Due: @if($receipt->invoice) ₦ {{ number_format($receipt->invoice->balance, 2) }} @else ₦ 0.00 @endif