{{--
{{ $title }}
--}}
{{--
Date time
{{ $date }}
{{ $time }}
--}}
Question
@foreach($aPost['aForms'] as $form) @foreach ($form as $value) {{ $value }} @endforeach @endforeach
Brand
Program
Farmer Type
Country
State
District
Block
Village
Season
Question
Color
{{ $brandName }}
{{ $programName }}
{{ $aPost['farmer_type'] }}
{{ $countryName }}
{{ $stateName }}
{{ $districtName }}
{{ $blockName }}
{{ $villageName }}
{{ $aPost['season'] }}
@foreach($aPost['aForms'] as $form) @foreach ($form as $value) {{ $value }} @endforeach @endforeach
{{ $aPost['polygonColor'] }}
Sr.No.
Farmer code
Farmer value
Village Average value
Color
@if (!empty($aFarmer)) @foreach ($aFarmer as $key => $value)
{{ $key + 1 }}
{{ $value->code }}
@if (!empty($value->aFFB)) @foreach ($value->aFFB as $item)
{{ $item }}
@endforeach @else
-
@endif @if (!empty($value->aVillageAvg)) @foreach ($value->aVillageAvg as $item)
{{ $item }}
@endforeach @else
-
@endif
{{ !empty($value->color) ? $value->color : '-' }}
@endforeach @else
No Record Found
@endif