main
Ilham Wara Nugroho 2026-06-10 15:54:58 +07:00
parent b2da98f2e3
commit 072863cfa7
1 changed files with 1 additions and 6 deletions

View File

@ -71,12 +71,7 @@
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>