@section('title', 'Reports') @section('top-menu-items') @endsection @section('sub-menu-items') @endsection
Start Date: End Date:

Monthly Payments

@if (!empty($grouped)) @foreach ($methods as $m) @endforeach @foreach ($grouped as $date => $data) @foreach ($methods as $m) @endforeach @endforeach @foreach ($methods as $m) @endforeach
Date{{ $m }}
{{ $date }}{{ number_format($data[$m] ?? 0, 2) }}
Total{{ number_format($totals[$m] ?? 0, 2) }}
@endif
@push('scripts') @endpush