Properties List
| All Properties: {{number_format($data['all'],0)}} | Available: {{number_format($data['active'],0)}} | Sold: {{number_format($data['sold'],0)}} |
| Reserved: {{number_format($data['reserved'],0)}} | Land: {{number_format($data['land'],0)}} | House: {{number_format($data['house'],0)}} |
| Office: {{number_format($data['office'],0)}} | Warehouse: {{number_format($data['warehouse'],0)}} | Shop: {{number_format($data['shop'],0)}} |
| S/N | Title | Unit | Type | Size | Site | Price | Status |
|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $property->title }} | {{ $property->unit }} | {{ $property->type }} | {{ $property->size }} | {{ substr($property->site->title ?? "N/A", 0, 20) }} | {{ formatPrice($property->price) }} | {{ $property->status }} |