@extends('layouts.usermain') @section('main-container')
Add Existing RWH Structure
@if(session('success'))
{{ session('success') }}
@endif
@csrf {{-- Hidden Watershed ID --}}
{{-- Village --}}
{{-- Structure Type --}}
{{-- Nearest Location --}}
{{-- Length --}}
{{-- Width --}}
{{-- Depth --}}
{{-- Storage Potential --}}
{{-- Functionality Status --}}
Back
@endsection