@extends('layouts.main') @section('main-container')
{{-- Success Message --}} @if(session('success'))
{{ session('success') }}
@endif
@forelse($watersheds as $index => $watershed) @empty @endforelse
# Block Panchayat Village Watershed microWatershed Head of th house Action
{{ $watersheds->firstItem() + $index }} {{ $watershed->block->name ?? '-' }} {{ $watershed->panchayat->name ?? '-' }} {{ $watershed->village->name ?? '-' }} {{ $watershed->watershed_general_information_id ?? '-' }} {{ $watershed->micro_watershed_code ?? '-' }} {{ $watershed->head_of_household_name ?? '-' }} {{-- Edit Watershed --}} 👁 View Add LULC
No Watershed Found
{{-- Pagination --}}
{{ $watersheds->links() }}
@endsection