@extends('layout.app')
@section('title', 'Detail Role - Sistem Manajemen ISP')
@section('content')
{{ $role->name }}
{{ $role->display_name }}
@if($role->is_active) Aktif @else Nonaktif @endif
{{ $role->description }}
{{ $role->created_at->format('d M Y H:i') }}
{{ $role->updated_at->format('d M Y H:i') }}
| User | Status | Terakhir Login | |
|---|---|---|---|
|
@if($user->avatar)
@endif
{{ $user->name }}
{{ $user->username }}
|
{{ $user->email }} | {{ $user->status }} | {{ $user->created_at->diffForHumans() }} |
Tidak ada user yang menggunakan role ini