@extends('layouts.main') @section('main-container')
| Unit | District | Block | Village | WHS Code | WHS Type | Beneficiary Name | Category | Date of Survey | Size(LxWxD in m) | Status | Views | Map | Surveyed By |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $report->unit->name ?? '-' }} | {{ $report->district->name ?? '-' }} | {{ $report->block->name ?? '-' }} | {{ $report->village->name ?? '-' }} | {{ $report->application_code ?? '-' }} | {{ $report->projectType->name ?? '-' }} | {{ $report->name_of_respondent ?? '-' }} | {{ $report->households->first()->category ?? '-' }} | {{ $report->date_of_survey ?? '-' }} | {{ $report->waterHarvestingStructuresPlanning->pluck('length')->map(fn($l) => (int) $l)->filter()->implode(', ') ?? '-' }} × {{ $report->waterHarvestingStructuresPlanning->pluck('width')->map(fn($w) => (int) $w)->filter()->implode(', ') ?? '-' }}× {{ $report->waterHarvestingStructuresPlanning->pluck('depth_or_height')->map(fn($w) => (int) $w)->filter()->implode(', ') ?? '-' }} | {{ $report->status ?? '-' }} | View | @php $structure = $report->waterHarvestingStructuresPlanning->first(); @endphp @if ($structure) @endif | {{ $report->user->name }} |