@extends('layouts.app') @section('content') @push('styles') @endpush @push('scripts') @endpush
Detailed information about the property
Common services and utilities for this property
| Service Name | Description | Price | Billing Period |
|---|---|---|---|
|
|
{{ $service->Description ?? 'No description provided' }}
|
{{ number_format($service->Price, 2) }} | @php $periods = [ 'Monthly' => 'Month', 'Quarterly' => 'Quarter', 'Annually' => 'Year' ]; $period = $periods[$service->NoMonthPerYear] ?? $service->NoMonthPerYear; @endphp {{ $period }} |
List of units in this property.
|
Unit ID
|
Unit Identity | Status |
Monthly Rent
|
Tenants | Actions |
|---|---|---|---|---|---|
|
#{{ $unit->UnitID }}
|
{{ $unit->UnitIdentity }}
@if($unit->BlockNo || $unit->FloorNo || $unit->DoorNo)
{{ $unit->BlockNo ? 'Block ' . $unit->BlockNo : '' }}
{{ $unit->FloorNo ? '• Floor ' . $unit->FloorNo : '' }}
{{ $unit->DoorNo ? '• Door ' . $unit->DoorNo : '' }}
@else
No location details
@endif
|
@if($isOccupied) Occupied @else Vacant @endif |
Ksh {{ number_format($unit->MonthlyRent, 2) }}
per month
|
{{ $unit->customers_count ?? 0 }}
{{ $unit->customers_count == 1 ? 'Tenant' : 'Tenants' }}
|
|
No Units Added YetYou haven't added any units to this property. Get started by adding your first unit to manage tenants and track payments. |
|||||