{!! Form::number('item_length', old('item_length', $item->length), ['class' => 'form-control', 'id' => 'item-length', 'form' => 'edit-item', 'step' => '.01' ]) !!}
{!! Form::number('item_width', old('item_width', $item->width), ['class' => 'form-control', 'id' => 'item-width', 'form' => 'edit-item', 'step' => '.01']) !!}
{!! Form::number('item_height', old('item_height', $item->height), ['class' => 'form-control', 'id' => 'item-height', 'form' => 'edit-item', 'step' => '.01']) !!}
{!! Form::number('item_weight', old('item_weight', $item->weight), ['class' => 'form-control', 'id' => 'item-weight', 'form' => 'edit-item', 'step' => '.01']) !!}