@extends('master') @section('title', 'Pengaturan Layer Perumahan') @section('header-konten') @include('perumahan.detail.head') @endsection @section('konten')
layer
No Layer Status Aksi
1. Batas Perumahan @if ($data->geojson_batas_perumahan != null) Terupload @else Belum Terupload @endif
2. Persil Eksisting @if ($data->geojson_persil_eksisting != null) Terupload @else Belum Terupload @endif
3. Persil Rencana @if ($data->geojson_persil_rencana != null) Terupload @else Belum Terupload @endif
4. PSU Eksisting @if ($data->psu_eksisting != null) Terupload @else Belum Terupload @endif
5. PSU Rencana @if ($data->psu_rencana != null) Terupload @else Belum Terupload @endif
@endsection @section('modal') @endsection