@extends('layouts/contentLayoutMaster') @section('title', 'DataTables') @section('vendor-style') {{-- vendor css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') Tambah 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* @error('nama') {{ $message }} @enderror Koordinat Lat* @error('lat') {{ $message }} @enderror Koordinat Long* @error('long') {{ $message }} @enderror Hulu Sungai* Pilih @foreach ($device as $row) {{ $row->nama_device }} @endforeach @error('hulu') {{ $message }} @enderror Kecamatan* Pilih @foreach ($kecamatan as $rows) {{ $rows->nama }} @endforeach @error('kecamatan') {{ $message }} @enderror Foto* @error('kecamatan') {{ $message }} @enderror Kembali Simpan @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection