@extends('layouts.main') @section('main-container')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif {{-- ================= Location Card ================= --}}
Location Details
Details of existing Open wells / Dugout wells / Rainwater harvesting structures
@csrf
Details of existing Open wells / Dugout wells (Observation well)
{{-- Initial Row --}}
{{-- Add Row / Submit --}}
{{-- JS for Add / Remove Rows with Alternating BG --}}
@endsection