@section('title', 'Reports')
@section('top-menu-items')
| Date | @foreach ($methods as $m){{ $m }} | @endforeach
|---|---|
| {{ $date }} | @foreach ($methods as $m){{ number_format($data[$m] ?? 0, 2) }} | @endforeach
| Total | @foreach ($methods as $m){{ number_format($totals[$m] ?? 0, 2) }} | @endforeach