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

All Plots

@php($count = 1) @foreach ($plots as $plot) @php($count++) @endforeach
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 }}
@include("components.footer")
{{-- --}} {{-- --}} {{-- --}}