@extends('layouts.app') @section('title', 'Master Kecamatan') @section('content')
# |
Nama |
Nama Provinsi |
Koordinat |
Geo JSON |
---|---|---|---|---|
{{ ($kecamatan->currentPage() - 1) * $kecamatan->perPage() + $loop->index + 1 }} | {{ $_kecamatan->nama }} | {{ $_kecamatan->kabupaten->nama }} | {{ $_kecamatan->coordinate }} | {{ $_kecamatan->geojson ?? '-' }} |