main
Ilham Wara Nugroho 2026-02-20 14:44:21 +07:00
parent 6562fc26f4
commit f6b565be8a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class HomeController extends Controller
$dataset = Dataset::whereIn('ms_tabel_data_id',$resource)->count(); $dataset = Dataset::whereIn('ms_tabel_data_id',$resource)->count();
} }
$btn = '<a data-toggle="modal" data-target="modal" href="#" data-id="'.encode_id($row->MsInstansiId).'" class="p-2 rounded bg-blue-500">'.$dataset.'/'.$countresource.'</a>'; $btn = '<a data-toggle="modal" data-target="modal" href="#" data-id="'.encode_id($row->MsInstansiId).'" class="p-2 rounded bg-blue-500 text-white">'.$dataset.'/'.$countresource.'</a>';
$_data[] = [ $_data[] = [
'no' => $key+1, 'no' => $key+1,