@include('layouts.pdfHeader')

Watershed Details Report

Watershed Name {{ $watershed->watershed_name }} Watershed Code {{ $watershed->watershed_code }}
District {{ $watershed->district->name ?? '-' }} Block {{ $watershed->block->name ?? '-' }}
Panchayat {{ $watershed->panchayat->name ?? '-' }} Village {{ $watershed->village->name ?? '-' }}
River Basin {{ $watershed->river_basin_system }} Agro Climatic Zone {{ $watershed->agro_climatic_zone }}
Latitude {{ $watershed->latitude }} Longitude {{ $watershed->longitude }}
Total Area (ha) {{ $watershed->total_watershed_area_ha }} Total Treatable Area {{ $watershed->total_treatable_area_ha }}
Land Use Details
@foreach($watershed->landUses as $index=>$land) @endforeach
S.N. Micro Watershed Code LULC Category Area (Ha) % Area
{{ $index+1 }} {{ $land->micro_watershed_code }} {{ $land->lulc_category_id }} {{ $land->area_ha }} {{ $land->percentage_total_area }}
Climatic Temperature
@foreach($watershed->climaticTemperatures as $index=>$temp) @endforeach
S.N. Particulars Summer Monsoon Winter
{{ $index+1 }} {{ $temp->particulars }} {{ $temp->summer }} {{ $temp->monsoon }} {{ $temp->winter }}
Monthly Humidity
@foreach($watershed->monthlyHumidities as $index=>$humidity) @endforeach
S.N. Month Humidity %
{{ $index+1 }} {{ $humidity->month }} {{ $humidity->humidity_percent }}
Year Wise Temperature
@foreach($watershed->yearWiseTemperatures as $index=>$temp) @endforeach
S.N. Year Avg Max Temp Avg Min Temp
{{ $index+1 }} {{ $temp->year }} {{ $temp->avg_max_temp }} {{ $temp->avg_min_temp }}