Edit Data Penghuni
{{-- ERROR VALIDASI --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- 🔥 TAMBAHAN: INFO RUMAH SAAT INI --}}
@if($penghuni->rumah)
Rumah saat ini:
Blok {{ $penghuni->rumah->blok }} - No {{ $penghuni->rumah->no_rumah }}
@endif
{{-- SCRIPT --}}
@endsection