@extends('layouts.main') @section('content')
| No | Foto | Nama | Username | Phone | Role | Status | Bergabung | Aksi | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if($user->profile)
|
{{ $user->name }} | {{ $user->username }} | {{ $user->email }} | {{ $user->phone }} | @if($user->role === 'admin') Admin @elseif($user->role === 'staff') Staff @else {{ ucfirst($user->role) }} @endif | {{ $user->status_label }} | {{ $user->created_at->format('d M Y') }} | |
|
Belum ada user yang terdaftar |
|||||||||