@extends('layouts.theme') @section('title',"Role Edit") @section('content')

Update Permission

Below is update permission form

@csrf

Module name

@if ($errors->has('module_name'))
{{ $errors->first('module_name') }}
@endif

Permission name

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif

Update

@endsection