@extends('layouts.main') @section('container')
| No | Nama | Role | Status | Terdaftar | Aksi | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($users->currentPage() - 1) * $users->perPage() }} | {{ $user->name }} | {{ $user->email }} | @if ($user->is_admin == true) Admin @else User @endif | @if ($user->is_active == true) Aktif @else Nonaktif @endif | {{ $user->created_at->format('d M Y H:i') }} |
|
| Tidak ada data pengguna | ||||||