Expenses Report

Run time: {{ $runAt->format('Y-m-d h:i A') }}
User: {{ auth()->user()->name ?? 'System' }}
Duration: {{ $startDate }} to {{ $endDate }}
@forelse($rows as $index => $row) @empty @endforelse
# Category Amount
{{ $index + 1 }} {{ $row->category }} {{ number_format($row->total, 2) }}
No expenses found for this range.
Total Amount {{ number_format($grandTotal, 2) }}