update
parent
c428cfb4da
commit
aa98b95371
|
|
@ -70,14 +70,7 @@
|
||||||
data-activity-code="{{ $detail->activity_code }}"
|
data-activity-code="{{ $detail->activity_code }}"
|
||||||
data-current-unit="{{ $unitCode }}">
|
data-current-unit="{{ $unitCode }}">
|
||||||
@if (@$unitsByCategory[$unitCategory])
|
@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
|
@endif
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue