{{csrf_field()}}
@if($errors->has('order_header_id'))
{{ $errors->first('order_header_id') }}
@endif
@if($errors->has('ItemCode'))
{{ $errors->first('ItemCode') }}
@endif
@if($errors->has('Quantity'))
{{ $errors->first('Quantity') }}
@endif
@if($errors->has('UnitPrice'))
{{ $errors->first('UnitPrice') }}
@endif
@if($errors->has('DiscountPercent'))
{{ $errors->first('DiscountPercent') }}
@endif
@if($errors->has('WarehouseCode'))
{{ $errors->first('WarehouseCode') }}
@endif
@if($errors->has('TaxCode'))
{{ $errors->first('TaxCode') }}
@endif