@extends('admin.layout.main') @section('title', @trans('rolePermission.addRolePermission')) @section('content')
@csrf
@foreach($getModuleList as $module) @endforeach
Module @lang('rolePermission.add') @lang('rolePermission.view') @lang('rolePermission.edit') @lang('rolePermission.delete')
{{ $module->module_name }}
@lang('rolePermission.cancel')
@endsection @section('js') @append