update
parent
c428cfb4da
commit
aa98b95371
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue