@php $fieldList_array = json_decode($field_list); $CapturedValues = json_decode($captured_values); @endphp @php $loopcount=1; @endphp @foreach($fieldList_array as $fields) @php $ConfigId = $fields->DemographyConfigId; $ColumnName = $fields->ColumnName; @endphp @foreach($fieldtypes as $fieldtype) @if($fieldtype['key'] == $fields->DisplayType) @php $field_type=$fieldtype['value']; $fieldType=$fieldtype['key']; @endphp @endif @endforeach @php $loopcount++; @endphp @endforeach