@extends('admin-layouts.master') @section('title', 'Edit Kampung') @section('content')

Edit Kampung

Ubah data kampung

Kembali
Formulir Kampung
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Unggah file GeoJSON baru (maks. 2MB) atau biarkan kosong untuk mempertahankan data lama @if($kampung->geojson_file)

File GeoJSON Saat Ini: Lihat File Hapus File

@endif
Batal
@endsection @push('scripts') @endpush