{!! Form::numeric('item_id')
-> label(trans('adjustment::item.label.item_id'))
-> placeholder(trans('adjustment::item.placeholder.item_id'))!!}
{!! Form::decimal('quantity_available')
-> label(trans('adjustment::item.label.quantity_available'))
-> placeholder(trans('adjustment::item.placeholder.quantity_available'))!!}
{!! Form::decimal('quantity_onhand')
-> label(trans('adjustment::item.label.quantity_onhand'))
-> placeholder(trans('adjustment::item.placeholder.quantity_onhand'))!!}
{!! Form::decimal('quantity_adjusted')
-> label(trans('adjustment::item.label.quantity_adjusted'))
-> placeholder(trans('adjustment::item.placeholder.quantity_adjusted'))!!}
{!! Form::decimal('current_value')
-> label(trans('adjustment::item.label.current_value'))
-> placeholder(trans('adjustment::item.placeholder.current_value'))!!}
{!! Form::decimal('changed_value')
-> label(trans('adjustment::item.label.changed_value'))
-> placeholder(trans('adjustment::item.placeholder.changed_value'))!!}
{!! Form::decimal('adjusted_value')
-> label(trans('adjustment::item.label.adjusted_value'))
-> placeholder(trans('adjustment::item.placeholder.adjusted_value'))!!}