@extends('layouts.user_type.auth') @section('content')
| No | Role Name | Display Name | Description | Created At | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $role->name }} |
{{ $role->display_name }} |
{{ $role->description ?? '-' }} |
{{ $role->created_at ? $role->created_at->format('d/m/Y H:i') : '-' }} |
|
|
No roles found. Create one to get started! |
|||||