<divclass="invalid-feedback">{{$__t('A location is required')}}</div>
</div>
@include('components.numberpicker',array(
'id'=>'amount',
'label'=>'Amount',
'hintId'=>'amount_qu_unit',
'min'=>1,
'value'=>1,
'invalidFeedback'=>$__t('The amount cannot be lower than %s','1'),
'additionalHtmlContextHelp'=>'<div id="tare-weight-handling-info" class="text-info font-italic d-none">'.$__t('Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated').'</div>'
))
<divclass="form-group">
<labelfor="use_specific_stock_entry">
<inputtype="checkbox"id="use_specific_stock_entry"name="use_specific_stock_entry">{{$__t('Use a specific stock item')}}
<spanclass="small text-muted">{{$__t('The first item in this list would be picked by the default rule which is "First expiring first, then first in first out"')}}</span>