@php $FieldListArray=json_decode($GetFieldList); echo "
";
//print_r($FieldListArray);
//print_r($GetDropdownLists);
echo "
"; @endphp
@foreach($FieldListArray as $EachField) @if($EachField->DisplayType==2) @php $DropDownNameId=$EachField->DropDownNameId; $ColumnName=$EachField->ColumnName; $DemographyConfigId=$EachField->DemographyConfigId; @endphp @endif @endforeach
{{$EachField->LabelValue}} @if(array_key_exists($DropDownNameId,$GetDropdownLists)) @php $DDList=$GetDropdownLists[$DropDownNameId]; @endphp @endif