@extends('layouts.admin') @section('title', 'Roles & Permissions') @section('page-title', 'Roles & Permissions') @section('breadcrumbs') Settings chevron_right Roles & Permissions @endsection @section('content')
System roles and their assigned permissions. Roles are protected and cannot be modified.
@if($isSaaSActive ?? false)| Role | Description | Permissions |
|---|---|---|
|
{{ $role['name'] }}
{{ $role['slug'] }}
|
{{ $role['description'] }} |
@if($role['permissions']->count() > 0)
@foreach($role['permissions'] as $permission)
{{ $permission->name }}
@endforeach
{{ $role['permission_count'] }} permission(s) @else No permissions assigned @endif |
|
shield
No roles found. Please run the seeder to create system roles. |
||
System roles are predefined and cannot be created, modified, or deleted. Permissions are automatically assigned based on the SaaS plugin status. When the SaaS plugin is active, Super Admin has full control including SaaS management. When inactive, Administration role has full system control.