From 987d92516747605ec2c1bc9d9841dad756ec8088 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 17 Jun 2026 11:47:34 +0700 Subject: [PATCH] update --- resources/views/modules/form/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/modules/form/index.blade.php b/resources/views/modules/form/index.blade.php index a7acfd4..9594fa1 100644 --- a/resources/views/modules/form/index.blade.php +++ b/resources/views/modules/form/index.blade.php @@ -152,7 +152,7 @@ @endphp
- {{ @$activity_value }} + {{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}}
@endforeach