@extends('web.layouts.template') {{-- @dump($report) @foreach ($report as $r) {{$r['total']}} @endforeach --}} @section('content')
@for ($i = 1; $i <= 31; $i++) @endfor @for ($i = 1; $i <= 31; $i++) @endfor
{{$i}}
Pengguna{{ array_key_exists($i, $user) ? $user[$i]['total'] : ''}}
@endsection @section('script') @endsection