@extends('layouts.usermain') @section('main-container')
@if(session('success'))
{{ session('success') }}
@endif
W.H.S – Pre and Post Level Entry
{{ $query->village->name ?? '-' }}
{{ $query->panchayat->name ?? '-' }}
{{ $query->block->name ?? '-' }}
{{ $query->district->name ?? '-' }}
{{ $query->name_of_respondent ?? '-' }}
{{ $query->plot_khata ?? '-' }}
{{ $query->measurement_date ? \Carbon\Carbon::parse($query->measurement_date)->format('Y-m-d') : '-' }}
{{ $query->lat ?? '-' }}
{{ $query->long ?? '-' }}
{{ (int)($query->length ?? 0) }}m X {{ (int)($query->width ?? 0) }}m X {{ (int)($query->depth_or_height ?? 0) }}m

Survey Data

@csrf
@for ($i = 0; $i < 4; $i++) @endfor
Station B.S I.S. F.S. H.I R.L. Remarks
BM
1st Layer
{{ $i + 1 }}
Average

Upload Post Work Photographs

@endsection