|
Roomly
{{ $invoice->lease->room->property->name }}
{{ $invoice->lease->room->property->address }}
|
INVOICE
#{{ $invoice->invoice_number }}
Status: {{ strtoupper($invoice->status) }}
|
|
DITAGIHKAN KEPADA
{{ $invoice->resident->user->name }}
Unit {{ $invoice->lease->room->room_number }}
{{ $invoice->resident->user->phone }}
|
DETAIL TAGIHAN
Periode: {{ \Carbon\Carbon::create()->month($invoice->period_month)->translatedFormat('F') }} {{ $invoice->period_year }}
Jatuh Tempo: {{ $invoice->due_date->translatedFormat('d M Y') }}
|
| Deskripsi Biaya | Subtotal |
|---|---|
|
Sewa Kamar / Unit Tagihan hunian periode berjalan |
Rp {{ number_format($invoice->rent_amount, 0, ',', '.') }} |
|
Listrik {{ $invoice->electricity_end - $invoice->electricity_start }} kWh x Rp {{ number_format($invoice->electricity_rate, 0, ',', '.') }} |
Rp {{ number_format($invoice->electricity_amount, 0, ',', '.') }} |
| Air | Rp {{ number_format($invoice->water_amount, 0, ',', '.') }} |
| {{ $charge['label'] }} | Rp {{ number_format($charge['amount'], 0, ',', '.') }} |
| TOTAL TAGIHAN | Rp {{ number_format($invoice->total_amount, 0, ',', '.') }} |