@extends('layouts.main') @section('main-container')
@if (session('success'))
{{ session('success') }}
@endif
@forelse($netPlannings as $planning) @empty @endforelse
# Micro Watershed Code Gram Panchayat Village Farmer Name Area (Acre) Present Land Use Proposed Land Use Actions
{{ $loop->iteration }} {{ $planning->micro_watershed_code }} {{ $planning->gram_panchayat_name }} {{ $planning->village }} {{ $planning->farmer_name }} {{ $planning->area_acre }} {{ $planning->present_land_use }} {{ $planning->proposed_land_use }} View Edit
@csrf @method('DELETE')
No Net Planning records found.
{{-- Pagination --}}
{{ $netPlannings->links() }}
@endsection