{{ Form::label('UsrCarPotenciaContratada') }} {{ Form::text('UsrCarPotenciaContratada', $lecturasPotencium->UsrCarPotenciaContratada, ['class' => 'form-control' . ($errors->has('UsrCarPotenciaContratada') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarpotenciacontratada']) }} {!! $errors->first('UsrCarPotenciaContratada', '
:message
') !!}
{{ Form::label('UsrCarPotenciaMaxima') }} {{ Form::text('UsrCarPotenciaMaxima', $lecturasPotencium->UsrCarPotenciaMaxima, ['class' => 'form-control' . ($errors->has('UsrCarPotenciaMaxima') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarpotenciamaxima']) }} {!! $errors->first('UsrCarPotenciaMaxima', '
:message
') !!}
{{ Form::label('UsrCarExcedentePotencia') }} {{ Form::text('UsrCarExcedentePotencia', $lecturasPotencium->UsrCarExcedentePotencia, ['class' => 'form-control' . ($errors->has('UsrCarExcedentePotencia') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarexcedentepotencia']) }} {!! $errors->first('UsrCarExcedentePotencia', '
:message
') !!}
{{ Form::label('UsrCarFactorPotencia') }} {{ Form::text('UsrCarFactorPotencia', $lecturasPotencium->UsrCarFactorPotencia, ['class' => 'form-control' . ($errors->has('UsrCarFactorPotencia') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarfactorpotencia']) }} {!! $errors->first('UsrCarFactorPotencia', '
:message
') !!}
{{ Form::label('UsrCarParticipacionPunta') }} {{ Form::text('UsrCarParticipacionPunta', $lecturasPotencium->UsrCarParticipacionPunta, ['class' => 'form-control' . ($errors->has('UsrCarParticipacionPunta') ? ' is-invalid' : ''), 'placeholder' => 'Usrcarparticipacionpunta']) }} {!! $errors->first('UsrCarParticipacionPunta', '
:message
') !!}
{{ Form::label('ingresos_id') }} {{ Form::text('ingresos_id', $lecturasPotencium->ingresos_id, ['class' => 'form-control' . ($errors->has('ingresos_id') ? ' is-invalid' : ''), 'placeholder' => 'Ingresos Id']) }} {!! $errors->first('ingresos_id', '
:message
') !!}
{{ Form::label('ingresos_lectores_id') }} {{ Form::text('ingresos_lectores_id', $lecturasPotencium->ingresos_lectores_id, ['class' => 'form-control' . ($errors->has('ingresos_lectores_id') ? ' is-invalid' : ''), 'placeholder' => 'Ingresos Lectores Id']) }} {!! $errors->first('ingresos_lectores_id', '
:message
') !!}
{{ Form::label('ingresos_users_id') }} {{ Form::text('ingresos_users_id', $lecturasPotencium->ingresos_users_id, ['class' => 'form-control' . ($errors->has('ingresos_users_id') ? ' is-invalid' : ''), 'placeholder' => 'Ingresos Users Id']) }} {!! $errors->first('ingresos_users_id', '
:message
') !!}