main
Ilham Wara Nugroho 2026-07-15 10:34:57 +07:00
parent 17bf5ba84d
commit 70bce620ee
1 changed files with 1 additions and 1 deletions

View File

@ -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>