main
Ilham Wara Nugroho 2025-10-20 15:49:53 +07:00
parent 50715d1969
commit f4bcf0c9b2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class UserController extends Controller
$role = '';
$role .= '<div class="flex flex-col items-start gap-1 text-xs">';
$role .= '<span class="bg-primary text-white p-1 rounded">Role & Hak Akses : '.@$row->group->name.'</span>';
$role .= '<span class="bg-success text-white p-1 rounded">Instansi : '.@$instansi->instansi->name.'</span>';
$role .= '<span class=" '.(@$instansi->instansi ? 'bg-success' : 'bg-danger').' text-white p-1 rounded">Instansi : '.@$instansi->instansi->name.'</span>';
$role .= '</div>';
$_data[] = [