@extends('layouts.app') @section('content')
Nama: {{ $penghuni->nama }}
Email: {{ $penghuni->email }}
Status Huni: @if($penghuni->status_huni == 'Tetap') Tetap @else Kontrak @endif
@if($penghuni->status_huni == 'Kontrak')Tanggal Keluar: {{ $penghuni->tanggal_keluar }}
@endifBlok {{ $penghuni->rumah->blok }} - No {{ $penghuni->rumah->no_rumah }}
Status: {{ $penghuni->rumah->status }}
Jumlah: Rp {{ number_format($i->jumlah,0,',','.') }}
{{-- JENIS IURAN --}}Jenis Iuran: {{ $i->jenis_iuran ?? '-' }}
{{-- TANGGAL --}}Tanggal Bayar: {{ $i->tanggal_bayar ? \Carbon\Carbon::parse($i->tanggal_bayar)->translatedFormat('d M Y') : '-' }}
{{-- PROGRESS --}}{{ \Illuminate\Support\Str::limit($p->deskripsi, 80) }}
{{-- PROGRESS --}}