@extends('layouts/contentLayoutMaster') @section('title', 'DataTables') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Laporan Data Ketinggian Air Dari Perangkat

@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
@csrf @method("POST")
@error('awal') {{ $message }} @enderror
@error('akhir') {{ $message }} @enderror
@error('device') {{ $message }} @enderror
{{-- @foreach ($result as $row) @endforeach --}}
# Nama Perangkat Lokasi Ketinggian Air (CM) Koordinat 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)) }}
@endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection