@lang('inventory.product_name')* | @lang('inventory.unit_price')* | @lang('inventory.quantity')* | @lang('inventory.sub_total') | @lang('common.action') |
---|---|---|---|---|
@if ($errors->has('item_id'))
{{ $errors->first('item_id') }}
@endif
|
@if ($errors->has('unit_price'))
{{ $errors->first('unit_price') }}
@endif
|
@if ($errors->has('quantity'))
{{ $errors->first('quantity') }}
@endif
|
@if ($errors->has('sub_total'))
{{ $errors->first('sub_total') }}
@endif
|
|
@lang('inventory.total') | @if ($errors->has('subTotal')) {{ $errors->first('subTotal') }} @endif |