{{-- Stat cards --}}
| # | Expense Item | Occurrences | Min | Avg | Max | Total Amount | Share |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->expense_item_name }} | {{ number_format($row->occurrence_count) }} | {{ number_format($row->min_amount, 2) }} | {{ number_format($row->avg_amount, 2) }} | {{ number_format($row->max_amount, 2) }} | {{ number_format($row->total_amount, 2) }} |
|
| Total | {{ number_format($total, 2) }} | ||||||