@extends('layouts.app')
@section('content')
Kelola Data Perumahan
@if(session('success'))
{{ session('success') }}
@endif
{{-- ===================== --}}
{{-- DATA RUMAH --}}
{{-- ===================== --}}
| ID |
Blok |
No Rumah |
Status |
Aksi |
@foreach($rumahList as $r)
| {{ $loop->iteration }} |
{{ $r->blok }} |
{{ $r->no_rumah }} |
@if($r->status == 'Kosong')
Kosong
@else
Terisi
@endif
|
{{-- 🔥 DETAIL --}}
Edit
|
@endforeach
@endsection
{{-- ===================== --}}
{{-- MODAL DETAIL --}}
{{-- ===================== --}}
Blok:
No Rumah:
Status:
Data Penghuni
Nama:
Email:
No HP:
{{-- ===================== --}}
{{-- STYLE --}}
{{-- ===================== --}}
{{-- ===================== --}}
{{-- SCRIPT (WAJIB DI SINI) --}}
{{-- ===================== --}}