LAPORAN TEKNISI
@foreach($laporan_teknisi as $index => $item) @endforeach
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 }}