@extends('themes.backend.layouts.app') @section('breadcrumb') {{ Breadcrumbs::render('adminrole.create') }} @endsection @section('content')
{{ __('adminrole.add_txt') }}
{{ csrf_field() }}
@foreach ($modules as $key => $module) @if ($module->getModuleMethods() && count($module->getModuleMethods()) > 0) @foreach ($module->getModuleMethods() as $key2 => $method) @endforeach @endif @endforeach
{{ __('adminrole.modules_txt') }}
getModuleMethods()) && $key2 == count($module->getModuleMethods()) - 1) colspan="{{ $maxTdCnt - $key2 }}" @endif class="user-method-perm ">
{{ __('adminrole.note_txt') }}
{!! __('adminrole.note_p_txt') !!}
{{ __('admin.cancel_txt') }}
@stop @push('scripts') @endpush