update
parent
3ddd96766c
commit
57c8c05d74
|
|
@ -69,7 +69,7 @@
|
|||
<select name="unit_code[{{ $detail->activity_code }}]" class="form-control unit-code"
|
||||
data-activity-code="{{ $detail->activity_code }}"
|
||||
data-current-unit="{{ $unitCode }}">
|
||||
<?php dd($unitsByCategory[$unitCategory]); ?>
|
||||
<?php dd($unitsByCategory[$unitCategory]); echo "string"; ?>
|
||||
@foreach ($unitsByCategory[$unitCategory] as $unit)
|
||||
@if($unit->code == $unitCode)
|
||||
<option value="{{ $unit->code }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue