Mixed
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<div class="col-md-3">
|
||||
<select name="asociado" class="form-control">
|
||||
@foreach ($pie->venta()->propietario()->ventas() as $v)
|
||||
@if ($v->unidad()->id == $pie->venta()->unidad()->id)
|
||||
@if ($v->unidad()->id == $pie->venta()->unidad()->id or $v->pie == 0)
|
||||
@continue
|
||||
@endif
|
||||
<option value="{{$v->pie()->id}}">
|
||||
|
Reference in New Issue
Block a user