@php $maxAmt = $dailySummary->max('total_amount'); @endphp {{-- Stat cards --}}
| Date | Day | Summaries | Entries | Max Single | Total Amount | Volume |
|---|---|---|---|---|---|---|
| {{ $d->format('M d, Y') }} | {{ $d->format('D') }} | {{ number_format($row->summary_count) }} | {{ number_format($row->entry_count) }} | {{ number_format($row->max_single_expense, 2) }} | {{ number_format($row->total_amount, 2) }} |
|
| Total | {{ number_format($totals['total_amount'], 2) }} | |||||