From 92da91077c8e2f184cfee9b883fd4366d71fbf53 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Wed, 10 Jun 2026 15:49:12 +0700 Subject: [PATCH] update --- resources/views/modules/form/form.blade.php | 46 +++++++-------------- 1 file changed, 15 insertions(+), 31 deletions(-) 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 +