@extends('layouts.app') @section('title', 'Create Permission') @section('page-title', 'Create Permission') @section('content') Create a new system permission for controlling access to modules and actions. {{-- Page Actions --}}
Define a permission using the module and action naming convention.
Use the module.action format, for example students.view or attendance-devices.edit .
{{ $message }}
Permissions should follow a consistent module.action structure so they can be grouped and managed correctly.
Common Actions