@extends('layouts.app') @section('title', 'Kullanıcı Yönetimi') @section('content')
Hesapları oluşturun, rol atayın, güncelleyin.
| Rol | Kullanım | İşlem |
|---|---|---|
| {{ $roleLabel }} ({{ $roleKey }}) | {{ $roleCount }} |
| Kod | Firma | Birim | Ad | E-posta | Rol | İşlem |
|---|---|---|---|---|---|---|
| {{ $row->user_code ?? '' }} | {{ $row->company ?? '' }} | {{ $row->department_name ?? '' }} | {{ $row->name }} | {{ $row->email }} | @php $roleLabel = $roles[$row->role ?? ''] ?? ucfirst($row->role ?? 'manager'); @endphp{{ $roleLabel }} | Düzenle @if ((int) $row->id !== (int) auth()->id()) @endif |