{{-- stats card --}}
{{-- type stats card --}}
{{-- end stats card --}}
{{-- table --}}
@include("components.footer")
All Properties
{{number_format($stats->allCount)}}
Available
{{number_format($stats->activeCount)}}
Sold
{{number_format($stats->soldCount)}}
Reserved
{{number_format($stats->reservedCount)}}
| S/N | Title | Unit | Type | Size | Site | Price | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $property->title }} | {{ $property->unit }} | {{ $property->type }} | {{ $property->size }} | {{ substr($property->site->title ?? "N/A", 0, 20) }} | {{ formatPrice($property->price) }} | {{ $property->status }} |