| # | Nama Perangkat | Lokasi | Ketinggian Air | Tanggal | Jam |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $row->device->nama_device }} | {{ $row->device->location }} | {{ $row->depth }} CM | {{ date('d, F Y', strtotime($row->date_report)) }} | {{ date('H:i', strtotime($row->time_report)) }} |