@extends('layouts.app') @section('content')
Nama: {{ auth()->user()->name }}
Email: {{ auth()->user()->email }}
Status Huni: @if($penghuni && $penghuni->rumah) Tetap @else Belum Punya Rumah @endif
Blok: {{ $penghuni->rumah->blok }}
No Rumah: {{ $penghuni->rumah->no_rumah }}
Status: {{ $penghuni->rumah->status }}