@extends('mainlayout.layout') @section('title') @endsection @push('css') @endpush @section('content')
{{count($plots)}} Results found
# | 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')}} |