Dear {{ $invoice->customer->name }},
Your invoice has been generated and is ready for payment.
Invoice Number
{{ $invoice->invoice_number }}
${{ number_format($invoice->total_amount, 2) }}
Amount Due
Invoice Details
| Invoice Date: | {{ $invoice->invoice_date ? $invoice->invoice_date->format('F j, Y') : 'N/A' }} |
| Due Date: | {{ $invoice->due_date ? $invoice->due_date->format('F j, Y') : 'N/A' }} |
| Order Number: | {{ $invoice->salesOrder->order_number ?? 'N/A' }} |
| Status: | {{ ucfirst($invoice->status) }} |
Invoice Items
| Description | Amount |
|---|---|
| {{ $item['description'] ?? 'Item' }} | ${{ number_format($item['amount'] ?? 0, 2) }} |
| Total | ${{ number_format($invoice->total_amount, 2) }} |
Payment Methods
💳 Pesepay (Instant Payment)
Pay instantly with EcoCash, InnBucks, or Card
Pay instantly with EcoCash, InnBucks, or Card
🏦 Bank Transfer
Transfer to our bank account and upload proof
Transfer to our bank account and upload proof
⚠️ Important: Please ensure payment is made before the due date to avoid service interruption.
If you have any questions about this invoice, please contact our billing department.
Best regards,
The AFINET Team