@extends('layouts.app') @section('title','Kelola Pengguna') @section('topbar-title','Kelola Pengguna') @section('content')
| # | Nama | NIM / NIP | Role | Terdaftar | Aksi | |
|---|---|---|---|---|---|---|
| {{ $users->firstItem() + $i }} |
{{ strtoupper(substr($user->name,0,2)) }}
{{ $user->name }}
|
{{ $user->email }} | {{ $user->nim_nip ?? '-' }} | @if($user->role === 'admin') Admin @elseif($user->role === 'dosen') Dosen @else Mahasiswa @endif | {{ $user->created_at->format('d M Y') }} | |
| Tidak ada data pengguna | ||||||