main
Ilham Wara Nugroho 2026-06-17 11:47:34 +07:00
parent 3e70d0564b
commit 987d925167
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
@endphp @endphp
<td> <td>
<div class="input-group"> <div class="input-group">
{{ @$activity_value }} {{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}
</div> </div>
</td> </td>
@endforeach @endforeach