@extends('layouts.app') @section('title', 'Yetki Bazlı Kullanıcılar') @section('content')
Bir yetki seçin ve o yetkiye sahip kullanıcıları görün.
| Kullanıcı | E-posta | Kod | Erisim Kaynağı | Roller | İşlem |
|---|---|---|---|---|---|
| {{ $u->name }} | {{ $u->email }} | {{ $u->user_code ?? '”' }} | @if (in_array('role', $sources, true) && in_array('direct', $sources, true)) Rol + Direkt @elseif (in_array('role', $sources, true)) Rol @elseif (in_array('direct', $sources, true)) Direkt @endif | @forelse ($roles as $roleName) {{ $roleName }} @empty ” @endforelse |