@extends('layouts.main') @section('main-container')
@if(session('success'))
{{ session('success') }}
@endif
@forelse ($surveys as $index => $survey) @empty @endforelse
# State District Block Panchayat Village Micro Watershed
Code
Head of Household Land (Acre) Action
{{ $index + 1 }} {{ $survey->state->name ?? '-' }} {{ $survey->district->name ?? '-' }} {{ $survey->block->name ?? '-' }} {{ $survey->panchayat->name ?? '-' }} {{ $survey->village->name ?? '-' }} {{ $survey->micro_watershed_code ?? '-' }} {{ $survey->head_of_household_name }} {{ $survey->land_holding_acre ?? '-' }} Add Show
@csrf @method('DELETE')
No household survey data found
{{-- Pagination --}}
{{ $surveys->links() }}
@endsection