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

Add Well

@csrf
{{-- Unit (row with 3/9 columns) --}}
{{-- State (row with 3/9 columns) --}}
{{-- Date of Survey (row with 3/9 columns) --}} {{-- District (row with 3/9 columns) --}}
{{-- Block --}}
{{-- Panchayat --}}
{{-- Village --}}
{{-- Year of Baseline Survey (row with 3/9 columns) --}}
{{-- Micro Watershed Code --}}
{{-- Financial Year (numeric) --}}
{{-- Name of Beneficiary --}}
{{-- Location --}}
{{-- Latitude & Longitude (two in one row) --}}
{{-- Plot No --}}
{{-- Depth & Diameter --}}
{{-- Quarterly readings --}}
{{-- Average --}}
{{-- Script for calculation --}} {{-- Status --}}
{{-- end row container --}}
Cancel
@endsection