@php use App\Models\Demography; $Demography=new Demography @endphp @foreach($ConfiguredList as $ConfiguredColumn) @php $DemographyConfigId= $ConfiguredColumn->DemographyConfigId; $WorkFlowRecordsFormConfigId=$ConfiguredColumn->WorkFlowRecordsFormConfigId; $Value=$ConfiguredColumn->Value; $ValueType=$ConfiguredColumn->ValueType; $valueTypes=['1'=>"Value",'2'=>"Calculation"]; $ColumnDetails=$Demography->GetColumnDetails($DemographyConfigId); $displayType=$ColumnDetails->DisplayType; $LabelValue=$ColumnDetails->LabelValue; $ColumnName=$ColumnDetails->ColumnName; $DemographyConfigId=$ColumnDetails->DemographyConfigId; $ModuleId=$ColumnDetails->ModuleId; @endphp