update
parent
6562fc26f4
commit
f6b565be8a
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue