@extends('admin-layouts.master') @section('title', 'Detail RT/RW') @section('content')
Lihat detail data RTRW
Nama RTRW: {{ $rtrw->nama_rtrw }}
Warna: {{ $rtrw->warna }}
GeoJSON: @if($rtrw->geojson_file) Lihat File GeoJSON @else Tidak ada file GeoJSON @endif