@extends('layouts.admin') @section('title', 'Roles & Permissions') @section('page-title', 'Roles & Permissions') @section('content')
| ID | Name | Description | Users Count | System Role | Created At | Actions |
|---|---|---|---|---|---|---|
| {{ $role->id }} | {{ $role->name }} | {{ $role->description }} | {{ $role->users_count }} | @if($role->is_system_role) System @else Custom @endif | {{ $role->created_at->format('Y-m-d H:i') }} | |
| No roles found. | ||||||