@extends('layouts.app') @section('title', 'Roles & Permissions Management') @section('content')
Manage tenant user roles, data scopes, and dynamic RBAC permissions.
| Role Name | Type | Assigned Users | Data Access Scope | Status | Actions |
|---|---|---|---|---|---|
|
{{ $role->name }}
{{ $role->description ?? 'No description' }}
|
@if($role->is_system) System Default @else Custom Role @endif | {{ $role->users_count }} users | {{ strtoupper(str_replace('_', ' ', $role->data_scope)) }} | Active | Edit Matrix @if(!$role->is_system) @endif |