@extends('admin.layout.main') @section('title',$header['title']) @section('content')
@csrf @method('PUT')
@foreach($getModuleList as $module) @if(!empty(json_decode(json_encode($module->modulePermissions)))) @else @endif @endforeach
Module @lang('rolePermission.add') @lang('rolePermission.view') @lang('rolePermission.edit') @lang('rolePermission.delete')
{{ $module->module_name }}
@lang('rolePermission.cancel')
@endsection @section('js') @append