{{-- resources/views/tenant/profile/show.blade.php --}} {{-- Tenant Profile — Full view with meter readings, payment history --}} @extends('layouts.tenant') @section('title', 'My Profile') @section('content')
Flat {{ $tenant->flat->flat_number }} · {{ $tenant->flat->block }} Block
| Type | Month | Prev | Current | Units | Bill |
|---|---|---|---|---|---|
| {{ ucfirst($reading->meter_type) }} | {{ $reading->reading_month->format('M Y') }} | {{ number_format($reading->previous_reading, 2) }} | {{ number_format($reading->current_reading, 2) }} | {{ number_format($reading->units_consumed, 2) }} | ৳{{ number_format($reading->bill_amount, 2) }} |