@extends('layouts.app') @section('title', 'Create Custom Role') @section('content')

Create Custom Tenant Role

Define role details, data access scope, and select granular capabilities.

Back to Roles
@csrf

Role Configuration

Granular Permission Matrix

Select capabilities granted to users with this role.

@foreach($permissions as $module => $modulePermissions)

{{ ucfirst($module) }} Management

@foreach($modulePermissions as $perm) @endforeach
@endforeach
Cancel
@endsection