FIX: Agregar o editar producto
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
<div class="fields">
|
||||
<div class="field">
|
||||
<label>Dirección</label>
|
||||
<input type="text" name="direccion" value="{{$producto->direccion->calle ?? ''}}" />
|
||||
<input type="text" name="calle" value="{{$producto->direccion->calle ?? ''}}" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>Comuna</label>
|
||||
|
Reference in New Issue
Block a user