@extends('layouts.usermain') @section('main-container')

Well Monitoring Report

@forelse ($wellMonitorings as $well) @empty @endforelse
Unit State District Block Panchayat Village Year Code Beneficiary Location Latitude Longitude Plot No Depth of Well Dia of Well 1st Quarter 2nd Quarter 3rd Quarter 4th Quarter Average Status User Actions
{{ $well->unit->name ?? '' }} {{ $well->state->name ?? '' }} {{ $well->district->name ?? '' }} {{ $well->block->name ?? '' }} {{ $well->panchayat->name ?? '' }} {{ $well->village->name ?? '' }} {{ $well->financialYear->name ?? '' }} {{ $well->micro_watershed_code }} {{ $well->name_of_beneficiary }} {{ $well->location }} {{ $well->latitude }} {{ $well->longitude }} {{ $well->plot_no }} {{ $well->depth_of_well }} {{ $well->dia_of_well }} {{ $well->first_quarter }} {{ $well->second_quarter }} {{ $well->third_quarter }} {{ $well->fourth_quarter }} {{ $well->average }} {{ $well->status }} {{ $well->user->name ?? '' }} Edit
@csrf @method('DELETE')
No data found
@endsection