@extends('layouts/contentLayoutMaster') @section('title', 'DataTables') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Tambah Pengaturan Bantaran Sungai @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 Nama Bantaran Sungai* Pilih @foreach ($bantaran as $row) {{ $row->nama }} @endforeach @error('bantaran') {{ $message }} @enderror Hulu Sungai* @error('hulu') {{ $message }} @enderror Jangka Waktu(Menit)* @error('waktu') {{ $message }} @enderror Status Ketinggian Air* Pilih Normal Waspada Meluap @error('status') {{ $message }} @enderror Kecamatan* @error('kecamatan') {{ $message }} @enderror Kembali Simpan @endsection @section('vendor-script') @endsection @section('page-script') {{-- Page js files --}} @endsection