@extends('layouts.app') @section('title', 'Rol Detayları') @section('content')
| ID: | {{ $role->id }} |
| Rol Adı: | {{ $role->name }} |
| Slug: | {{ $role->slug }} |
| Kullanıcı Sayısı: | {{ $role->users->count() }} |
| Oluşturulma: | {{ $role->created_at->format('d.m.Y H:i') }} |
| Son Güncelleme: | {{ $role->updated_at->format('d.m.Y H:i') }} |
Bu rol için tanımlanmış izin bulunmuyor.
@endif| ID | Ad Soyad | Kullanıcı Adı | Kayıt Tarihi | |
|---|---|---|---|---|
| {{ $user->id }} | {{ $user->name }} | {{ $user->email }} | {{ $user->username }} | {{ $user->created_at->format('d.m.Y') }} |