{{-- stats card --}}
{{-- end stats card --}}
{{-- table --}}
@include("components.footer")
All Plots
{{number_format($allCount)}}
{{-- --}}Available Plots
{{number_format($availableCount)}}
Reserved Plots
{{number_format($reservedCount)}}
Sold Plots
{{number_format($soldCount)}}
| S/N | Plot Number | Type | Size | Site | Price | State | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $count }} | {{ $plot->number }} | {{ $plot->type }} | {{ $plot->size }} | {{ substr($plot->site->title,0, 20) ?? "" }} | {{ formatPrice($plot->price) }} | {{ $plot->state }} | {{ $plot->status }} |