@extends('layouts.app') @section('title','Manajemen Pengguna') @section('page-title','Manajemen Pengguna') @section('content')
Total {{ $users->total() }} pengguna
+ Tambah Pengguna| Nama | Peran | Status | |||
|---|---|---|---|---|---|
| {{ $user->name }} @if($user->id === auth()->id())(Anda)@endif | {{ $user->email }} | {{ $user->getRoleLabel() }} | @if($user->is_active) Aktif @else Nonaktif @endif | Edit @if($user->id !== auth()->id()) @endif | |
| Belum ada pengguna. | |||||