@extends('admin.layout') @section('title', 'Manajemen User') @section('page-title', 'Pengaturan') @section('page-subtitle', 'Daftar pengguna dan admin sistem') @section('content')
Total {{ $users->total() }} pengguna terdaftar
| User | Level | Prodi | Kontak | Status | Aksi |
|---|---|---|---|---|---|
|
{{ substr($user->Nama, 0, 1) }}
{{ $user->Nama }} @ {{ $user->Username }} |
{{ $user->level->Nama }} |
{{ $user->KodeProdi ?? '-' }} |
{{ $user->Email ?? '-' }} {{ $user->Telp ?? '-' }} |
@if($user->NA == 'N') Aktif @else Nonaktif @endif |