Sadece yöneticiler rol değiştirebilir veya ekip üyesi kaldırabilir.
@endunless| Kullanıcı | E-posta | Rol | |
|---|---|---|---|
|
{{ mb_strtoupper(mb_substr($user->name, 0, 2)) }}
{{ $user->name }} @if ($user->is(auth()->user()))(sen)@endif
|
{{ $user->email }} | @if (auth()->user()->isAdmin()) @else {{ ucfirst($user->role) }} @endif | @if (auth()->user()->isAdmin() && ! $user->is(auth()->user())) @endif |