Site's Plots Report
Site Information
Title: {{ $site->title }} |
|
Code: {{ $site->code ?? "" }} |
Type: {{ $site->type ?? "" }} |
Address: {{ $site->address ?? "" }} |
|
Plots Summary
All Plots: {{ number_format($data['all'] ?? 0) }} |
Active Plots: {{ number_format($data['active'] ?? 0) }} |
Inactive Plots: {{ number_format($data['inactive'] ?? 0) }} |
Available Plots: {{ number_format($data['available'] ?? 0) }} |
Reserved Plots: {{ number_format($data['reserved'] ?? 0) }} |
Sold Plots: {{ number_format($data['sold'] ?? 0) }} |
Plots
| S/N | Plot Number | Type | Size | Price | State | Status | @php($count = 1) @foreach ($plots as $plot)
|---|---|---|---|---|---|---|
| {{ $count }} | {{ $plot->number }} | {{ $plot->type }} | {{ $plot->size }} | {{ formatPrice($plot->price) }} | {{ $plot->state }} | {{ $plot->status }} |