@extends('app') @section('content')
| Nama | Nomor HP | Role | Foto KTP | Status | Aksi | |
|---|---|---|---|---|---|---|
| {{ $user->nama }} | {{ $user->nomor_hp }} | {{ $user->email }} | {{ ucfirst($user->role) }} |
|
@if ($user->is_active == 1) Aktif @else Tidak Aktif @endif | Ubah |