@php($page = 'plots') {{env('APP_NAME')}} | {{$status}} Plots {{-- --}}
@include("components.navbar")
@include("components.sidebar")
{{-- table --}}

{{$status}} Plots

Add Plot
@php($count = 1) @foreach ($plots as $plot) @php($count++) @endforeach
S/N Plot Code Plot Number Type Size Site Price State Status Action
{{ $count }} {{ $plot->code }} {{ $plot->number }} {{ $plot->type }} {{ $plot->size }} {{ substr($plot->site->title,0, 20) ?? "" }} {{ formatPrice($plot->price) }} {{ $plot->state }} {{ $plot->status }}
@include("components.footer")
{{-- --}} {{-- --}} {{-- --}}