main
Ilham Wara Nugroho 2026-06-11 10:50:25 +07:00
parent c428cfb4da
commit aa98b95371
1 changed files with 1 additions and 8 deletions

View File

@ -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)
<option value="{{ $unit->code }}"
{{ $unit->code == $unitCode ? 'selected' : '' }}>
{{ $unit->code }}
</option>
@endif
@endforeach
@endif
</select>
</div>