{{-- Client Dashboard --}}
Your account overview
| Invoice # | Date | Due Date | Total | Status |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->date?->format('M d, Y') ?? '-' }} | {{ $invoice->due_date?->format('M d, Y') ?? '-' }} | ₹{{ number_format($invoice->total, 2) }} | {{ ucfirst($invoice->payment_status) }} |
No invoices yet