update
parent
b2da98f2e3
commit
072863cfa7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue