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