update activity paparan
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user