Pie/Donut Chart

Line Chart

Tabulated Data

@foreach ($sorted_statuses as $key => $status)
@if (count($data[$status]) == 0) @else @foreach ($data[$status] as $entry) @endforeach @endif
Inv. Number From To Type 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() }} ${{ 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') }}
@endforeach
@script @endscript