@extends('layouts.app') @section('title', 'Tampil Lokasi') @section('breadcrumb') @endsection @section('title-section', 'Tampil Lokasi') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Daftar kabupaten --}}
{{-- Daftar kecamatan --}}

Daftar Kecamatan

{{--
--}} {{-- Daftar kelurahan --}} {{--

Daftar Kelurahan

--}}
Kembali
@endsection @push('addon-script') @endpush