@extends('master') @section('header-konten') @endsection @section('konten')
Data Perumahan
Kembali
{{-- Card grid --}}
{{-- Render cards in grid columns --}}
@include('my_components.alert_success')
@php $i = 1; @endphp @foreach ($batas as $b) @php $i++; @endphp @endforeach
No Blok No Unit Luas Lahan Rcn Luas Lahan Eks Jml Lantai Eks Tipe Rcn Tipe Eks Fungsi Pelanggaran Nama Alamat NOP
{{ $i }} {{ $b->properties->BLOK }} {{ $b->properties->NO_UNIT }} {{ $b->properties->L_LHN_RCN }} {{ $b->properties->L_LHN_EKS }} {{ $b->properties->LANTAI_EKS }} {{ $b->properties->TIPE_RCN }} {{ $b->properties->TIPE_EKS }} {{ $b->properties->FUNGSI }} {{ $b->properties->PELNGGARAN }} {{ $b->properties->NAMA }} {{ $b->properties->ALAMAT_KTP }} {{ $b->properties->NOP }}
@endsection @section('script') @endsection