@extends('layouts.app') @section('title', 'Edit Permission') @section('page-title', 'Edit Permission') @section('content') Update the permission name used for system access control. {{-- Page Actions --}}
Update the permission name and access identifier.
Use the module.action format, for example students.view .
{{ $message }}
Guard
Assigned Roles
Permission ID
This permission is currently assigned to {{ $permission->roles()->count() }} {{ Str::plural( 'role', $permission->roles()->count() ) }}. Renaming it changes the permission identifier used by the authorization system.
Permissions should follow the module.action structure so they remain consistent throughout the application.