{{ $page_title }}
Pie/Donut Chart
Line Chart
Tabulated Data
@foreach ($sorted_bank_accounts as $key => $bank_account)
@endforeach
| Inv. Number | From | To | Type | Status | Total | Due Date | Created At | Updated At | |
|---|---|---|---|---|---|---|---|---|---|
| No Data Found | |||||||||
| {{ $entry->invoice_number }} | {{ $entry->from->name }} | {{ $entry->to->name }} | {{ Str::of($entry->type)->replace('_', ' ')->title() }} | {{ Str::of($entry->status)->replace('_', ' ')->title() }} | ${{ number_format($entry->total / 100, 2) }} | {{ $entry->due_date->format('d/m/Y') }} | {{ $entry->created_at->format('d/m/Y H:i:s') }} | {{ $entry->updated_at->format('d/m/Y H:i:s') }} | |