@extends('layouts.admin') @section('title', 'Create Permission') @section('content')

Create New Permission

Back to List
@csrf
@error('name')
{{ $message }}
@enderror
Use lowercase and dots (e.g., user.create, post.delete).
Cancel
Quick Tip

Permissions allow you to define specific access levels. Once created, you can assign this permission to various Roles.

@endsection