Receipt: {{ $receipt->receipt_number }}
Invoice: {{ $invoice->invoice_number }}
Amount Paid: GHS {{ number_format($payment->amount, 2) }}
Balance Remaining: GHS {{ number_format($invoice->balance_remaining ?? 0, 2) }}
You can verify this receipt here: {{ $verifyUrl }}
Your receipt PDF is attached to this email.