@php $OptionList =$DependentRelateGroups["OptionList"]; $dependentRelateList=$DependentRelateGroups["List"]; @endphp
| Slno | Grouped Fields |
|---|---|
| {{$g}} |
@for($h=0;$h<$columnsLength;$h++)
@php
if( $selectedModule==$demographyIds[$h])
{
$MainSelected="checked";
}
else
{
$MainSelected="";
}
@endphp
|