@php $x=0; @endphp @foreach($DemographyFields as $DemographyField) @php $display=""; $sortorder=""; $required=""; if(array_key_exists($DemographyField->DemographyConfigId,$accessViewConfig)) { if($accessViewConfig[$DemographyField->DemographyConfigId]['Display']) { $display="checked"; } if($accessViewConfig[$DemographyField->DemographyConfigId]['Required']) { $required="checked"; } $sortorder=$accessViewConfig[$DemographyField->DemographyConfigId]['SortOrder']; } $x++; @endphp @endforeach
Slno Column Name Label Value Display Sort order Required
{{$x}} {{$DemographyField->ColumnName}} {{$DemographyField->LabelValue}}