{{ Html::input('number', $name, $value)->id($options['id'])->attribute('step',$options['step'])->attribute('autocomplete','off')->attribute('spellcheck', 'false')->class($errors->has($name) ? 'is-invalid form-control' : 'form-control')->attribute('placeholder',$options['placeholder']) }} @include('form.feedback') @include('form.help')