@extends('layouts.app') @section('title', 'Rol Yönetimi') @section('content')
| ID | Rol Adı | Slug | Kullanıcı Sayısı | İzinler | Oluşturulma | İşlemler |
|---|---|---|---|---|---|---|
| {{ $role->id }} | {{ $role->name }} | {{ $role->slug }} |
{{ $role->users_count }} | @if($role->permissions && count($role->permissions) > 0) {{ count($role->permissions) }} İzin @else İzin Yok @endif | {{ $role->created_at->format('d.m.Y') }} |
|
| Henüz rol bulunmuyor. | ||||||