@extends('layouts.admin') @section('title', 'Pengguna - SI Apotek') @section('content')
| No | Nama | Username | Role | Status | Aksi |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
|
{{ $user->username }} | {{ ucfirst($user->role) }} | @if($user->status) Aktif @else Non-Aktif @endif |
Edit Pengguna |