@php $OptionList =$DependentRelateGroups["OptionList"]; $dependentRelateList=$DependentRelateGroups["List"]; @endphp
Dependent Related Module Groups
@php $g=1; @endphp @foreach($OptionList as $drl) @php $labelValues=explode(",",$drl['Name']); $demographyIds=explode(",",$drl['DemographyConfigId']); $columnsLength=count($demographyIds); $selectedModule=$drl['selectedModule']; @endphp @php $g++; @endphp @endforeach
Slno Grouped Fields
{{$g}} @for($h=0;$h<$columnsLength;$h++) @php if( $selectedModule==$demographyIds[$h]) { $MainSelected="checked"; } else { $MainSelected=""; } @endphp
@endfor
@php //print_r($DependentRelateGroups); @endphp