{!! Form::label('product_id', 'Product Id:') !!} {!! Form::number('product_id', null, ['class' => 'form-control']) !!}
{!! Form::label('devices_id', 'Devices Id:') !!} {!! Form::number('devices_id', null, ['class' => 'form-control']) !!}