@php
echo "
";
//print_r($GetDemographyConfigData);
//print_r($GetSavedConfigData);
//print_r($GetSavedConfigDataNew);
echo "
";
$sortWise['Asc']='Ascending order';
$sortWise['Desc']='Descending order';
$FieldsArray=array();
foreach($GetDemographyConfigData as $eachConfigData)
{
$DemographyConfigId=$eachConfigData->DemographyConfigId;
$FieldsArray[$DemographyConfigId]=$eachConfigData->LabelValue;
}
@endphp
| Field Name |
Orderwise |
|
|
|
|
|
@if(!empty($GetSavedConfigDataNew))
@php
$i=0;
@endphp
Configured Field in this Module
@endif