{!! Form::hidden('invisible', $uexterno->id, array('id' => 'invi')) !!}
{!! Form::text('ruc', $uexterno->ruc, array('class' => 'form-control',"maxlength" => "11", "minlength" => "11", 'onkeypress' => 'return isNumberKey(event)','onpaste' => 'return false','tabindex' => 1)) !!}
{{ Form::hidden('type', 2) }}
{!! Form::text('razon_social', $uexterno->razon_social, array('class' => 'form-control','pattern' => '(.|\s)*\S(.|\s)*', 'onkeypress' => 'return isTextKey(event)','onpaste' => 'return false' , 'required' => 'required','placeholder' => 'Razón social - Nombre comercial','tabindex' => 2)) !!}
{!! Form::text('direccion', $uexterno->direccion, array('class' => 'form-control','pattern' => '(.|\s)*\S(.|\s)*','onpaste' => 'return false','tabindex' => 3)) !!}
{!! Form::text('correo', $uexterno->correo, array('class' => 'form-control','pattern' => '[^ @]*@[^ @]*','tabindex' => 4)) !!}
{!! Form::text('contacto', $uexterno->contacto, array('class' => 'form-control','pattern' => '(.|\s)*\S(.|\s)*','onpaste' => 'return false','tabindex' => 5)) !!}
{!! Form::text('representante', $uexterno->representante, array('class' => 'form-control','pattern' => '(.|\s)*\S(.|\s)*','onpaste' => 'return false','tabindex' => 6)) !!}
{!! Form::text('ncomercial', $uexterno->ncomercial, array('class' => 'form-control','pattern' => '(.|\s)*\S(.|\s)*','onpaste' => 'return false','tabindex' => 7)) !!}
{!! Form::text('telefono', $uexterno->telefono, array('class' => 'form-control',"maxlength" => "9", 'onkeypress' => 'return isNumberKey(event)','onpaste' => 'return false','tabindex' => 8)) !!}