@extends('layouts.usermain') @section('main-container')
@foreach($reports as $report) @endforeach
Unit District Block Village Name WHS Code WHS Type Beneficiary Name L*W*D(M) View Average Level
{{ $report->baseline->unit->name ?? '-' }} {{ $report->baseline->district->name ?? '-' }} {{ $report->baseline->block->name ?? '-' }} {{ $report->baseline->village->name ?? '-' }} {{ $report->application_code ?? '-' }} {{ $report->projectType->name ?? '-' }} {{ $report->baseline->name_of_respondent ?? '-' }} {{ (int)($report->baseline->waterHarvestingStructuresPlanning->first()->length) }}x {{ (int)($report->baseline->waterHarvestingStructuresPlanning->first()->width) }}x {{ (int)($report->baseline->waterHarvestingStructuresPlanning->first()->depth_or_height) }} View {{ $report->average_level }}
{{ $reports->links() }}
@endsection