@extends('layouts.app') @section('header')
As of {{ \Carbon\Carbon::parse($reportDate)->format('M d, Y') }}
| Property | Total Units | Occupied | Vacant | Occupancy Rate | Status |
|---|---|---|---|---|---|
|
{{ substr($property->PropName, 0, 1) }}
{{ $property->PropName }}
{{ $property->Location ?? '' }}
|
{{ $totalUnits }} | {{ $occupied }} | {{ $vacant }} |
{{ number_format($occupancyRate, 1) }}%
|
@if($occupancyRate >= 80) High Occupancy @elseif($occupancyRate >= 50) Medium Occupancy @else Low Occupancy @endif |
| No properties found. | |||||