update
parent
d69e8e7ee7
commit
2b38566d63
|
|
@ -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> ';
|
||||
}
|
||||
|
||||
}
|
||||
// $d .= '</ul>';
|
||||
$d .= '</div>';
|
||||
array_push($res, $d);
|
||||
|
||||
$res = implode("", $res);
|
||||
|
|
|
|||
Loading…
Reference in New Issue