@php
	//print_r($ColumnsList);
	//print_r($result);
	//echo 'moduletype'.$moduleType;
	@endphp
@foreach($ColumnsList as $column) @php $createCheck=""; $editCheck=""; $listCheck=""; $detailCheck=""; if(array_key_exists($column->DemographyConfigId,$result)) { if($result[$column->DemographyConfigId]['Create']==1) { $createCheck="checked"; } if($result[$column->DemographyConfigId]['Edit']==1) { $editCheck="checked"; } if($result[$column->DemographyConfigId]['List']==1) { $listCheck="checked"; } if($result[$column->DemographyConfigId]['Detail']==1) { $detailCheck="checked"; } } @endphp @endforeach
Column Name Label Name Create View Edit View List View Detail View Customer Id
{{$column->ColumnName}} {{$column->LabelValue}}