Letterhead
Plots List
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)}}
@php($count = 1) @foreach ($plots as $plot) @php($count++) @endforeach
S/N Plot Number Type Site Size Price LGA State Status
{{ $count }} {{ $plot->number }} {{ $plot->type }} {{ $plot->size }} {{ substr($plot->site->title,0, 20) ?? "" }} {{ formatPrice($plot->price) }} {{ $plot->lga }} {{ $plot->state }} {{ $plot->status }}
{{-- --}}