{{ Form::label('justificacion') }} {{ Form::text('justificacion', $gestionCuentasxCobrar->justificacion, ['class' => 'form-control' . ($errors->has('justificacion') ? ' is-invalid' : ''), 'placeholder' => 'Justificacion']) }} {!! $errors->first('justificacion', '
:message
') !!}
{{ Form::label('fechaHoraGestion') }} {{ Form::text('fechaHoraGestion', $gestionCuentasxCobrar->fechaHoraGestion, ['class' => 'form-control' . ($errors->has('fechaHoraGestion') ? ' is-invalid' : ''), 'placeholder' => 'Fechahoragestion']) }} {!! $errors->first('fechaHoraGestion', '
:message
') !!}
{{ Form::label('numeroDocumento') }} {{ Form::text('numeroDocumento', $gestionCuentasxCobrar->numeroDocumento, ['class' => 'form-control' . ($errors->has('numeroDocumento') ? ' is-invalid' : ''), 'placeholder' => 'Numerodocumento']) }} {!! $errors->first('numeroDocumento', '
:message
') !!}
{{ Form::label('ordenTrabajo') }} {{ Form::text('ordenTrabajo', $gestionCuentasxCobrar->ordenTrabajo, ['class' => 'form-control' . ($errors->has('ordenTrabajo') ? ' is-invalid' : ''), 'placeholder' => 'Ordentrabajo']) }} {!! $errors->first('ordenTrabajo', '
:message
') !!}
{{ Form::label('gestionCuentasxCobrarTypes_id') }} {{ Form::text('gestionCuentasxCobrarTypes_id', $gestionCuentasxCobrar->gestionCuentasxCobrarTypes_id, ['class' => 'form-control' . ($errors->has('gestionCuentasxCobrarTypes_id') ? ' is-invalid' : ''), 'placeholder' => 'Gestioncuentasxcobrartypes Id']) }} {!! $errors->first('gestionCuentasxCobrarTypes_id', '
:message
') !!}
{{ Form::label('UsrCarCodigo') }} {{ Form::text('UsrCarCodigo', $gestionCuentasxCobrar->UsrCarCodigo, ['class' => 'form-control' . ($errors->has('UsrCarCodigo') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarcodigo']) }} {!! $errors->first('UsrCarCodigo', '
:message
') !!}
{{ Form::label('ingresos_id') }} {{ Form::text('ingresos_id', $gestionCuentasxCobrar->ingresos_id, ['class' => 'form-control' . ($errors->has('ingresos_id') ? ' is-invalid' : ''), 'placeholder' => 'Ingresos Id']) }} {!! $errors->first('ingresos_id', '
:message
') !!}