diff --git a/resources/views/modules/form/form.blade.php b/resources/views/modules/form/form.blade.php
index 0ff053f..c7ac32b 100644
--- a/resources/views/modules/form/form.blade.php
+++ b/resources/views/modules/form/form.blade.php
@@ -38,40 +38,24 @@
-
+
- @foreach ($formDetails as $detail)
- @php
- $unitCode = $detail->unit_code;
- $unitCategory = $unitsMap[$unitCode]->category ?? null;
- @endphp
-
-
{{ $detail->activity ? $detail->activity->name : 'N/A' }}
- @if ($unitCategory)
-
- @else
- {{ $unitCode }}
- @endif
-
- @endforeach
+