@extends('admin.layouts.adminlayouts') @section('content')
| ID | Name (Internal) | Display Name | Description | Actions |
|---|---|---|---|---|
| {{ $role->id }} | {{ $role->name }} | {{ $role->display_name ?? 'N/A' }} | {{ Str::limit($role->description, 70, '...') }} |
{{-- We'll use the edit form directly as the 'show' view --}}
Edit
|