|
|
{{ __('adminrole.check_all_pages_txt') }}
|
||||
|
|
@foreach ($module->getModuleMethods($model->role_id) as $key2 => $method)
getModuleMethods($model->role_id)) &&
$key2 == count($module->getModuleMethods($model->role_id)) - 1) colspan="{{ $maxTdCnt - $key2 }}" @endif
class="fs-6">
@if ($method->default_present == 0)
method_id, $selectedMethodIDArr ?? [])) checked="checked" @endif>
@else
@endif
@if ($method->is_left_nav > 0)
@endif
{{ $method->title }}
|
@endforeach
@endif
||||