@extends('layouts.main') @section('main-container')
{{-- Page Header --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf {{-- Location Details --}}
1.1 Basic Watershed Information

1.2 Upload Map
{{-- ================= MICRO WATERSHED ================= --}}
1.3 Micro Watershed
{{-- reduced padding --}} {{-- MICRO CODE --}}
{{-- smaller width --}}
{{-- ================= LOCATIONS ================= --}}
{{-- ================= LULC ================= --}}
Land Use (LULC)
@foreach($lulcCategories as $category) @endforeach
Category Area %
{{ $category->category_name }}
1.4 Area Details (in Hectare)
1.5 Rainfall Data
{{-- Dynamic rainfall rows --}}
1.6 Climatic Data
{{-- BASIC CLIMATE --}}
{{-- ✅ NEW 10-YEAR DATA --}}
{{-- TEMPERATURE TABLE --}}
Temperature (°C)
# Particular Summer Monsoon Winter
1
{{-- YEAR TEMP --}}
Year Wise Temperature
# Year Max Min
1
{{-- HUMIDITY --}}
Monthly Humidity (%)
# Month %
1
@endsection