@extends('layouts.main') @section('main-container')
🌾 Farmer Wise Planning
@foreach($plots as $plot) @endforeach @if($plots->isEmpty()) @endif
SL.NO# Village Household Survey ID Micro Watershed Code Head of the Family Action
{{ $loop->iteration }} {{ $plot->householdSurvey->village_id ?? '-' }} {{ $plot->household_survey_id ?? '-' }} {{ $plot->micro_watershed_code ?? '-' }} {{ $plot->householdSurvey->head_of_household_name ?? '-' }} Add View
@csrf @method('DELETE')
No data found
@endsection