@if (session()->get('success'))
{{ session()->get('success') }}
@endif
@if (session()->get('error'))
{{ session()->get('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
| # |
Nama Perangkat |
Lokasi |
Ketinggian Air (CM) |
Koordinat |
Tanggal |
Jam |
{{--
@foreach ($result as $row)
| {{ $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)) }} |
@endforeach
--}}