| @include('pdf.partials.company-letterhead') | PAYMENT RECEIPT |
| Receipt number | {{ $receipt->receipt_number }} |
| Invoice | {{ $payment->invoice->invoice_number ?? '—' }} |
| Customer | {{ $payment->invoice->customer->name ?? '—' }} |
| Payment method | {{ $payment->paymentMethod->name ?? '—' }} |
| M-Pesa receipt | {{ $payment->mpesa_receipt_number }} |
| Reference | {{ $payment->reference }} |
| Date paid | {{ $payment->paid_at->format('d M Y') }} |
| Issued at | {{ $receipt->issued_at?->format('d M Y H:i') }} |
| Amount received ({{ $payment->currency }}) | KES {{ number_format((float) $payment->amount, 2) }} |