@props(['demographyconfigId','moduleid','results']) @php use App\Models\Demography; $Field=DB::table('DemographyConfig')->where('DemographyConfigId',$demographyconfigId)->get()->first(); $DisplayName=$Field->LabelValue; $ColumnName=$Field->ColumnName; $Helptext=$Field->Helptext; $Demography=new Demography; $primaryKeyName=$Demography->getPrimaryKeyName($moduleid); //$RowId=uniqid(); $thisRowId=$results->$primaryKeyName; $ConfiguredSecondaryModulesList=["09f2ac4a-d55b-431a-a043-4fb6e5b03f5f"]; @endphp