update
parent
17bf5ba84d
commit
70bce620ee
|
|
@ -93,7 +93,7 @@
|
|||
<br>
|
||||
<div>
|
||||
<i><b>Catatan : </b>
|
||||
<p style="font-size: 12px;">{{@$catatan->value != 'null' ? $catatan->value : '-'}}</p>
|
||||
<p style="font-size: 12px;">{{@json_decode($catatan->value) ? json_decode($catatan->value) : '-'}}</p>
|
||||
</i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue