@extends('agency.layouts.app') @section('title', 'Yetkilendirme') @section('page_title', 'Yetkilendirme (Rol Yönetimi)') @php $breadcrumbs = [ ['title' => 'Dashboard', 'url' => route('agency.dashboard')], ['title' => 'Personel ve Yetki', 'url' => '#'], ['title' => 'Yetkilendirme', 'url' => ''] ]; @endphp @section('content')
Personelleriniz için yetki gruplarını yönetin
| Rol Adı | Sistem Adı | Açıklama | Yetki Sayısı | İşlemler |
|---|---|---|---|---|
|
{{ $role->ui_name }}
@if($role->agency_id === null)
SİSTEM
@endif
|
{{ $role->name }}
|
{{ Str::limit($role->description ?? '-', 50) }} | {{ $role->permissions->count() }} Yetki | |
Henüz rol oluşturulmamışPersonellerinize atayabileceğiniz yetki grupları oluşturun. İlk Rolü Oluştur |
||||