New Invoice: {{ $invoice->invoice_number }}

Dear {{ $invoice->parent?->name ?? 'Parent/Guardian' }},
Please find your invoice attached. You can pay securely online using the button below.

Pay Invoice Securely

Summary

Total: GHS {{ number_format($invoice->total_amount, 2) }}
Paid: GHS {{ number_format($invoice->amount_paid ?? 0, 2) }}
Balance: GHS {{ number_format($invoice->balance_remaining ?? 0, 2) }}

Payments are processed securely by Paystack.