@extends('layouts.app') @section('styles') @endsection @section('content')
Edit Data Normalisasi - {{ $normalisasi->sungai->nama_sungai }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@error('tahun_normalisasi') @enderror
Foto Penanganan
@error('gambar') @enderror
@if($normalisasi->foto) Preview @else @endif
@error('keterangan') @enderror
@error('latitude') @enderror
@error('longitude') @enderror

Batal
@endsection @push('scripts') @vite(['resources/js/normalisasi/mapNormalisasiEdit.js']) @endpush