@extends('layouts.header') @section('content')

@php $loopcnt=1; @endphp @foreach($AccessListFields as $ModuleId) @php $loopcnt++; @endphp @endforeach
No Module Name Role Demography Action
{{$loopcnt}} {{$ModulesArray[$ModuleId->ModuleId]}} @if($ModuleId->RoleId!="") {{$RollsArray[$ModuleId->RoleId]}} @endif {{$DemographyArray[$ModuleId->DemographyConfigId]}}
@endsection