@extends('admin-layouts.master') @section('title', 'Detail RT/RW') @section('content')

Detail RTRW

Lihat detail data RTRW

Kembali
Informasi RTRW

Nama RTRW: {{ $rtrw->nama_rtrw }}

Warna: {{ $rtrw->warna }}

GeoJSON: @if($rtrw->geojson_file) Lihat File GeoJSON @else Tidak ada file GeoJSON @endif

@endsection