{!! Form::label('name', 'Nombre:') !!} {!! Form::text('name', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('model', 'Modelo:') !!} {!! Form::text('model', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('brand', 'Marca:') !!} {!! Form::text('brand', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('type', 'Tipo de dispositivo:') !!} {!! Form::text('type', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('weight', 'Peso:') !!} {!! Form::text('weight', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('clave', 'Clave:') !!} {!! Form::text('clave', null, ['class' => 'form-control selectValue','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('admission_date', 'Fecha de próxima revisión:') !!}
{!! Form::label('useful_life', 'Vida útil:') !!} {!! Form::text('useful_life', null, ['class' => 'form-control selectValue date','maxlength' => 45,'maxlength' => 45]) !!}
{!! Form::label('area', 'Área:') !!}
@if(isset($device)) @foreach($productos_device as $key => $deviceP)
@endforeach @endif