@php $fieldList_array = json_decode($fieldList); $GetlistField = json_decode($GetlistField); $displayPanels=json_encode($panels); //echo "
";
	//print_r($GetDropdownLists);
	//print_r($RelateModules);
	//print_r($ListBoxNamesIDs);
	//print_r($RelatedModulesList);
	//print_r($fieldList);
	//print_r($fieldtypes);
	//print_r($GetlistField);
	//print_r($ModulesArray);
	//print_r($panels);
	//print_r($moduleId);
	//print_r($fieldList_array);
	//print_r($DependentRelateGroups);
	//print_r($DependentFieldIds);
	$OptionList =$DependentRelateGroups["OptionList"];
	$dependentRelateList=$DependentRelateGroups["List"];

	$NonEditableArray=array("CreatedDate","UpdatedDate","UpdatedBy","CreatedBy","DeletedStatus",$primarykeyName,$CstmPrimarykeyName);

//echo "
"; //die(); @endphp
Demography Fields
  
@php $loopcount=0; @endphp @foreach($fieldList_array as $fields) @php $ConfigId = $fields->DemographyConfigId; @endphp @if(!in_array($fields->ColumnName,$NonEditableArray)) @else @endif @php $loopcount++; @endphp @endforeach
Column Name Label Field Type Display Required Sort Order Configure
@php echo $fields->ColumnName;@endphp @if($fields->ReferenceField=="1")    @endif @php echo $fields->LabelValue;@endphp @foreach($fieldtypes as $fieldtype) @php if($fieldtype['key']==$fields->DisplayType) { echo $fieldtype['value']; } @endphp @endforeach @if($fields->Display==1) @endif @if($fields->Required==1) @endif @php $readonly=""; if(in_array($fields->ColumnName,$NonEditableArray)) { $readonly="readonly"; } @endphp @if(!in_array($fields->ColumnName,$NonEditableArray)) @else Non Editable Fields! @endif