Fluktuasi | Laporan Bulan {{ $report['config']['reportDate'] }} | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i }} | @endforTotal/bulan | |||||||||||||||||||||||||||||||
User Terdaftar | @for ($i = 1; $i <= $report['daysInMonth']; $i++){{ array_key_exists($i, $report['users']) ? $report['users'][$i]['total'] : '-' }} | @endfor{{ $report['users']['total'] }} | ||||||||||||||||||||||||||||||
Data Mobil Ditambahkan | @for ($i = 1; $i <= $report['daysInMonth']; $i++){{ array_key_exists($i, $report['cars']) ? $report['cars'][$i]['total'] : '-' }} | @endfor{{ $report['cars']['total'] }} |