update activity paparan

This commit is contained in:
majid
2024-12-19 14:49:37 +07:00
parent 76400bc43f
commit 8cc0f32410
5 changed files with 92 additions and 10 deletions

View File

@@ -120,8 +120,8 @@
</thead>
<tbody>
@php
$dataform = json_decode($data->data_form, true) ?? [];
$dataPembanding = json_decode($data->data_pembanding, true) ?? [];
$dataform = json_decode(isset($data->data_form) ? $data->data_form : '', true) ?? [];
$dataPembanding = json_decode(isset($data->data_pembanding) ? $data->data_pembanding : '', true) ?? [];
// print_r($dataform);
// echo $dataform;