@extends('layouts.admin') @section('title', 'Create New Role') @section('page_title', 'Access Control') @section('content')

Create New Role

Define structural access tiers and functional bounds.

@csrf
@error('name')

{{ $message }}

@enderror
@foreach($permissions as $permission) @endforeach
Cancel
@endsection