@extends('layouts.app') @section('content')
| Nama Role | Slug | Deskripsi | Jumlah User | Dibuat | Aksi |
|---|---|---|---|---|---|
| {{ $role->name }} @if($role->isProtected()) Sistem @endif | {{ $role->slug }} |
{{ $role->description ?? '-' }} | {{ $role->users->count() }} | {{ $role->created_at->format('d M Y') }} | isProtected()) disabled @endif> Edit @if(!$role->isProtected()) @endif |