From aa98b953711c255ba9c403485da4f760f5f79d70 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Thu, 11 Jun 2026 10:50:25 +0700 Subject: [PATCH] update --- resources/views/modules/form/form.blade.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/resources/views/modules/form/form.blade.php b/resources/views/modules/form/form.blade.php index 18aa16f..0a41db0 100644 --- a/resources/views/modules/form/form.blade.php +++ b/resources/views/modules/form/form.blade.php @@ -70,14 +70,7 @@ data-activity-code="{{ $detail->activity_code }}" data-current-unit="{{ $unitCode }}"> @if (@$unitsByCategory[$unitCategory]) - @foreach (@$unitsByCategory[$unitCategory] as $unit) - @if($unit->code == $unitCode) - - @endif - @endforeach + @endif