@extends('layouts.admin.app') @section('content')
Kelola akun pengguna dengan mudah & cepat
|
No
|
Nama Pengguna
|
Username
|
Role
|
Aksi
|
|---|---|---|---|---|
|
{{ $index + 1 }}
|
{{ strtoupper(substr($item->nama_pengguna, 0, 1)) }}
{{ $item->nama_pengguna }}
|
{{ $item->username }} | @php $roleConfig = match(strtolower($item->role)) { 'admin' => ['color' => 'from-red-100 to-rose-100 text-red-700 border-red-200', 'icon' => 'shield-fill-check'], 'guru' => ['color' => 'from-yellow-100 to-amber-100 text-yellow-700 border-yellow-200', 'icon' => 'person-workspace'], 'guru_piket' => ['color' => 'from-blue-100 to-sky-100 text-blue-700 border-blue-200', 'icon' => 'clipboard-check'], default => ['color' => 'from-gray-100 to-slate-100 text-gray-700 border-gray-200', 'icon' => 'person'], }; @endphp {{ ucfirst(str_replace('_',' ',$item->role)) }} | |
|
Belum ada data pengguna Silakan tambahkan data pengguna terlebih dahulu |
||||
Tindakan ini tidak dapat dibatalkan
Unggah file Excel atau CSV