@extends('layouts.main') @section('main-container')
| # | Watershed Name | Block | District | River Basin | Watershed Code | Action | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $watersheds->firstItem() + $index }} | {{-- Watershed Name --}}{{ $ws->watershed_name }} | {{-- Village --}} {{-- Block --}}{{ $ws->block->name ?? '-' }} | {{-- District --}}{{ $ws->district->name ?? '-' }} | {{-- River Basin --}}{{ $ws->river_basin_system ?? '-' }} | {{-- Watershed Code --}}{{ $ws->watershed_code ?? '-' }} | {{-- Action --}}View | Edit | Add Climate | ||
| No watershed records found | ||||||||||