@extends('layout.app') @section('title', 'Pasum | DIPANTAU') @section('content') @if(session('success')) @endif
@php $no=1; @endphp @foreach($perumahans as $row) @endforeach
No Nama Perumahan Kecamatan Desa/Kelurahan Status Jumlah Unit Lokasi Aksi
{{ $no++ }} {{ $row->nama_perumahan }} {{ $row->kecamatan->nama_kecamatan ?? '-' }} {{ $row->desa->nama_desa ?? '-' }} {{ $row->status }} {{ $row->jumlah_unit }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection