@extends('layouts.admin') @section('title', 'Roles & Permissions Management') @section('content')
Create and manage system roles with specific permissions
| Role | Description | Permissions | Users | Status | Actions |
|---|---|---|---|---|---|
|
{{ $role->display_name }}
{{ $role->name }}
|
{{ Str::limit($role->description, 50) ?: 'No description' }}
|
{{ $role->permissions_count ?? 0 }} permissions
|
{{ $role->users_count }} users
|
@if($role->is_active) Active @else Inactive @endif |