From 7d6c0371fbad0abe85d11c9a40ee0ee96f0985a2 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 17 Jun 2026 11:49:02 +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 9594fa1..ad05a16 100644 --- a/resources/views/modules/form/index.blade.php +++ b/resources/views/modules/form/index.blade.php @@ -152,7 +152,7 @@ @endphp
- {{ @$activity_value == "" ? "" : getFormattedValue($activity_value)}} + {{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}
@endforeach