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

View Land Uses

List of land uses in operation

Add Land Use
@foreach($landuses as $index => $landuse) @endforeach
DB ID Land Use (English) Land Use (Swahili) Plots Using This Land Use Created in
{{ $landuse->id }} {{ $landuse->use_en }} {{ $landuse->use_sw }} {{ $landuse->plots_count }} {{ optional($landuse->created_at)->format('Y-m-d') }} @if($landuse->plots_count == 0) @endif
@endsection @push('scripts') @endpush