{{ $unit->property->name }}
Bedrooms
{{ $unit->bedrooms }}
Bathrooms
{{ $unit->bathrooms }}
Area
{{ number_format($unit->square_footage) }} sq ft
Floor
{{ $unit->floor_number }}
Monthly Rent
UGX {{ number_format($unit->rent_amount) }}
Security Deposit
UGX {{ number_format($unit->security_deposit) }}
{{ $unit->description }}
Available from: {{ $unit->availability_date->format('M d, Y') }}