main
Ilham Wara Nugroho 2026-02-20 14:32:24 +07:00
parent d69e8e7ee7
commit 2b38566d63
1 changed files with 2 additions and 2 deletions

View File

@ -404,14 +404,14 @@ if (!function_exists('tabelInstansi')) {
$res = "Belum ada data";
if(@$decode){
$res = [];
$d = '';
$d = '<div class="flex flex-col gap-1">';
foreach ($decode as $key => $value) {
if (($value !== null) && ($value !== "")) {
$d .= '<span class="p-1 bg-gray-200 rounded">'.tabelById($value)->name.'</span>&nbsp;';
}
}
// $d .= '</ul>';
$d .= '</div>';
array_push($res, $d);
$res = implode("", $res);