@extends('admin.layout', [ 'title' => 'Manajemen User', 'heading' => 'Manajemen User', 'subheading' => 'Kelola akun login sistem, status aktif/nonaktif, dan reset password awal per role.', ]) @section('admin-content')
username akun. Tombol nonaktif dipakai untuk memblokir login tanpa menghapus data profil yang sudah terkait.
| Nama | Username / Email | Role | Status | Profil Terkait | Last Login | Aksi |
|---|---|---|---|---|---|---|
|
{{ $item->name }}
ID User: {{ $item->id }}
|
{{ $item->username }}
{{ $item->email ?? '-' }}
|
{{ $roleLabel }} | {{ ucfirst($item->status) }} | {{ $profileLabel }} | {{ $item->last_login?->format('d M Y H:i') ?? 'Belum pernah login' }} |
|
| Belum ada user sistem. | ||||||