LAPORAN LOKASI
{{-- --}} @foreach($laporan_lokasi as $index => $item) @endforeach
NoIdLokasi Jumlah User Teknisi Jumlah Tugas Status Tanggal Laporan Created By
{{ $index + 1 }} {{ $item->lokasi->nama_lokasi ?? '-' }} {{ $item->jumlah_user }} {{ $item->jumlah_tugas }} {{ ucfirst($item->status) }} {{ \Carbon\Carbon::parse($item->tanggal_laporan)->format('d-m-Y') }} {{ auth()->user()->name }}