update
parent
b2da98f2e3
commit
072863cfa7
|
|
@ -71,12 +71,7 @@
|
||||||
data-current-unit="{{ $unitCode }}">
|
data-current-unit="{{ $unitCode }}">
|
||||||
@if (@$unitsByCategory[$unitCategory])
|
@if (@$unitsByCategory[$unitCategory])
|
||||||
@foreach (@$unitsByCategory[$unitCategory] as $unit)
|
@foreach (@$unitsByCategory[$unitCategory] as $unit)
|
||||||
@if($unit->code == $unitCode)
|
|
||||||
<option value="{{ $unit->code }}"
|
|
||||||
{{ $unit->code == $unitCode ? 'selected' : '' }}>
|
|
||||||
{{ $unit->code }}
|
|
||||||
</option>
|
|
||||||
@endif
|
|
||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue