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

Tambah Kecamatan

Tambahkan data kecamatan baru

Kembali
Formulir Kecamatan
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Unggah file GeoJSON (maks. 5MB)
Batal
@endsection @push('scripts') @endpush