update
parent
756304caca
commit
c07f71ed69
|
|
@ -69,14 +69,7 @@
|
|||
<select name="unit_code[{{ $detail->activity_code }}]" class="form-control unit-code"
|
||||
data-activity-code="{{ $detail->activity_code }}"
|
||||
data-current-unit="{{ $unitCode }}">
|
||||
@foreach ($unitsByCategory[$unitCategory] as $unit)
|
||||
@if($unit->code == $unitCode)
|
||||
<option value="{{ $unit->code }}"
|
||||
{{ $unit->code == $unitCode ? 'selected' : '' }}>
|
||||
{{ $unit->code }}
|
||||
</option>
|
||||
@endif
|
||||
@endforeach
|
||||
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue