@extends('layouts.template') @section('content')
Tambah, edit, atau hapus akun admin
| No | Nama | Role | Terdaftar | Aksi | |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $user->name }}
@if($user->id == auth()->id())
Anda
@endif
|
{{ $user->email }} | @if($user->role == 'superadmin') Super Admin @else Admin @endif | {{ $user->created_at->format('d M Y') }} | |
|
Belum ada data admin |
|||||
Belum ada data admin
Tambah Admin