@extends('layouts.usermain') @section('main-container')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif

Edit Well

@csrf @method('PUT')
{{-- Unit --}}
{{-- keep the id in a hidden field so it submits --}}
{{-- State --}} {{-- State --}}
{{-- keep the id for form submit --}}
{{-- District --}}
{{-- keep the id for form submit --}}
{{-- Block --}}
{{-- Panchayat --}}
{{-- Village --}}
{{-- Date of Survey --}}
{{-- Financial Year select --}}
{{-- Micro Watershed Code --}}
{{-- Financial Year numeric (optional) --}}
{{-- Name of Beneficiary --}}
{{-- Location --}}
{{-- Latitude & Longitude --}}
{{-- Plot No --}}
{{-- Depth & Diameter --}}
{{-- Quarterly readings --}}
{{-- Average --}}
{{-- Status --}}
{{-- end row container --}}
Cancel
{{-- Average calculation script --}} {{-- Dependent selects: blocks -> panchayats --}} {{-- Dependent selects: panchayats -> villages --}} @endsection