No | Nama User | Jumlah Tugas | Status | Tanggal Laporan | Created By |
---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->user->name ?? '-' }} | {{ $item->jumlah_tugas ?? 0 }} | {{ ucfirst($item->status) }} | {{ \Carbon\Carbon::parse($item->tanggal_laporan)->format('d-m-Y') }} | {{ auth()->user()->name }} |