Tabel Laporan Per Lokasi
Buat Laporan
{{-- FILTER TANGGAL --}}
{{-- Tombol Ekspor --}}
{{-- TABEL LAPORAN PER LOKASI --}}
No | {{--Id | --}}Lokasi | Jumlah User Teknisi | Jumlah Tugas | Status | Tanggal Laporan | Created By | Action |
---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{--{{ $item->id }} | --}}{{ $item->lokasi->nama_lokasi ?? '-' }} | {{ $item->jumlah_user }} | {{ $item->jumlah_tugas }} | {{ ucfirst($item->status) }} | {{ $item->tanggal_laporan ? $item->tanggal_laporan->format('d-m-Y') : '-' }} | {{ Auth::user()->name }} |