{{-- Stat cards --}}
| Branch | Summaries | Entries | Avg per Entry | Total Amount | Share |
|---|---|---|---|---|---|
| {{ $row->branch_name }} | {{ number_format($row->summary_count) }} | {{ number_format($row->expense_entries) }} | {{ number_format($row->avg_per_entry, 2) }} | {{ number_format($row->total_amount, 2) }} |
|
| Total | {{ number_format($grandTotal, 2) }} | ||||