@extends('layouts.app') @section('title', 'Yetki Yönetimi') @section('content')
| Rol Adı | Kod | Kullanım | İşlem |
|---|---|---|---|
|
{{ $role->label }}
|
{{ $role->name }}
@if (in_array($role->name, ['superadmin', 'admin']))
Korumalı
@endif
|
@php $count = $roleCounts[$role->id] ?? 0; @endphp @if ($count > 0) {{ $count }} kullanıcı @else - @endif | |
| Henüz rol tanımlanmamış. | |||