Files
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<form method="post" class="form-horizontal" action="{{url('', ['p' => 'propietarios', 'a' => 'editar', 'venta' => $venta->id])}}">
|
||||
<div class="form-group">
|
||||
<div class="col-md-2">RUT</div>
|
||||
<div class="col-md-2"><input type="text" name="rut" value="{{\App\Helper\Format::number($propietario->rut, 0)}}-{{$propietario->dv}}" class="form-control" /></div>
|
||||
<div class="col-md-2"><input type="text" name="rut" value="{{$format->number($propietario->rut, 0)}}-{{$propietario->dv}}" class="form-control" /></div>
|
||||
<div class="col-md-2 checkbox"><label><input type="checkbox" name="empresa" /> Empresa?</label></div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@ -243,4 +243,4 @@ function removeRepresentante() {
|
||||
$("input[name='rep_rut']").parent().parent().remove();
|
||||
}
|
||||
</script>
|
||||
@endpush
|
||||
@endpush
|
||||
|
Reference in New Issue
Block a user