@extends('layout.app') @section('title', 'Kelola User - Sistem Manajemen ISP') @section('content')
| No | Avatar | Username | Nama Lengkap | Role | Status | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($user->avatar)
{{ strtoupper(substr($user->nama_lengkap ?? $user->username, 0, 1)) }}
@endif
|
{{ $user->username }} | {{ $user->nama_lengkap }} | {{ $user->email ?? '-' }} | {{ ucfirst($user->role) }} | {{ $user->status }} |
@if($user->id !== Auth::id())
@endif
|
| Tidak ada data user | |||||||