All Invoices ({{ $invoices->count() }})
Paid Invoices ({{ $paid_invoices->count() }})
Overdue Invoices ({{ $overdue_invoices->count() }})
Cancelled Invoices ({{ $cancelled_invoices->count() }})
Invoices
Invoice ID | Category | Created On | Invoice to | Amount | Due Date | Status | View | Edit | Mark as sent | Send Invoice | Clone Invoice | Delete | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->category->name }} | {{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} | {{ \Carbon\Carbon::parse($invoice->due_date)->format('d M Y') }} | View | Edit | {{ $invoice->sent == 0 ? 'Mark as Sent' : 'Mark as Unsent' }} | Send Invoice | Clone Invoice |
Invoice ID | Created On | Invoice to | Amount | Actions | |
---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} |
Invoice ID | Created On | Invoice to | Amount | Last Date | Actions | |
---|---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} | {{ \Carbon\Carbon::parse($invoice->due_date)->format('d M Y') }} |
Invoice ID | Created On | Invoice to | Amount | Actions | |
---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} |
Invoice ID | Created On | Invoice to | Amount | Action | |
---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} |
Invoice ID | Created On | Invoice to | Amount | Action | |
---|---|---|---|---|---|
|
#{{ $invoice->invoice_id }}
|
{{ $invoice->created_at->format('d M Y') }} | {{ $invoice->client->user->name }} | ${{ number_format(round($invoice->items_sum_price), 0, ',') }} |