Register User

Kelola user aplikasi ({{ number_format($rows->total()) }} user).

Tambah User
@if ($search || $filters) @endif
@foreach (['username' => 'Username', 'name' => 'Nama', 'usertype.name' => 'Tipe', 'employee.name' => 'Pegawai', 'email' => 'Email', 'is_active' => 'Status'] as $col => $label) @endforeach @forelse ($rows as $user) @empty @endforelse
@if (in_array($col, ['username', 'name'], true)) @else {{ $label }} @endif Aksi
{{ $user->username }} {{ $user->name }} {{ $user->usertype?->name }} @if ($user->employee) {{ $user->employee->name }} @else @endif {{ $user->email ?? '-' }}
Edit @if ($user->id !== auth()->id()) @endif

Tidak ada user.

Tambah user