@extends('mainlayout.layout') @section('title') @endsection @push('css') @endpush @section('content')

{{count($plots)}} Results found

@foreach($plots as $index => $p) @endforeach
# Plot Number Area Land Use Status Description
{{++$index}} {{$p->plotnumber}} {{$p->area_size}} {{App\Models\LandUse::find($p->landuse)->use_en}} {{$p->status_description}} {{$p->created_at->format('Y-m-d')}}
@endsection