{{-- stats card --}}
{{-- end stats card --}}
{{-- table --}}
@include("components.footer")
{{-- @include("components.models.invoices-report")
@include("components.models.invoices-export") --}}
All Invoices
{{number_format($allCount)}}
{{-- --}}Active Invoices
{{number_format($activeCount)}}
{{-- --}}Invoices In-Proccess
{{number_format($processingCount)}}
Completed Invoices
{{number_format($completedCount)}}
| S/N | InvoiceID | Customer | Agent | Quantity | Amount | Payment | Status | Date | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $invoice->invoice_number }} | {{ $invoice->customer->name ?? "" }} | {{ $invoice->agent->name ?? "" }} | {{ $invoice->quantity }} | {{ formatPrice($invoice->amount) }} | {{ $invoice->payment_status }} | {{ $invoice->status }} | {{ substr($invoice->created_at,0,10) }} |