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