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

Edit Kecamatan

Ubah data kecamatan

Kembali
Formulir Kecamatan
@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($kecamatan->geojson_file)

File GeoJSON Saat Ini: Lihat File Hapus File

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