@extends('layouts.app') @section('title', 'Master Kelurahan') @section('content')
Master Kelurahan
@forelse ($kelurahan as $_kelurahan) @empty
Data master belum Tersedia.
@endforelse
#
Nama
Nama Provinsi
Koordinat
Geo JSON
{{ ($kelurahan->currentPage() - 1) * $kelurahan->perPage() + $loop->index + 1 }} {{ $_kelurahan->nama }} {{ $_kelurahan->kecamatan->nama }} {{ $_kelurahan->coordinate }} {{ $_kelurahan->geojson ?? '-' }}
{{-- Pagination --}}
{!! $kelurahan->links('includes.custom-pagination') !!}
@if (Session::has('kelurahans-message')) @endif @stop