@extends('layouts.bootstrap') @section('title', 'Role Management') @section('breadcrumb', 'Dashboard / User Management / Role Management') @section('content')
| Role Name | Description | Permissions | Users | Created | Actions | |
|---|---|---|---|---|---|---|
|
{{ $role->name }}
{{ $role->slug }}
|
{{ $role->description ?? 'No description' }} | @if($role->permissions->count() > 0) {{ $role->permissions->count() }} permissions @else No permissions @endif | {{ $role->users->count() }} users | {{ $role->created_at->format('M d, Y') }} | ||
No Roles FoundCreate your first role to get started. Create Role |
||||||