{{csrf_field()}}
@if($errors->has('Series'))
{{ $errors->first('Series') }}
@endif
@if($errors->has('DocDate'))
{{ $errors->first('DocDate') }}
@endif
@if($errors->has('TaxDate'))
{{ $errors->first('TaxDate') }}
@endif
@if($errors->has('DocDueDate'))
{{ $errors->first('DocDueDate') }}
@endif
@if($errors->has('CardCode'))
{{ $errors->first('CardCode') }}
@endif
@if($errors->has('SalesPersonCode'))
{{ $errors->first('SalesPersonCode') }}
@endif
@if($errors->has('Comments'))
{{ $errors->first('Comments') }}
@endif
@if($errors->has('DiscountPercent'))
{{ $errors->first('DiscountPercent') }}
@endif
@if($errors->has('DocType'))
{{ $errors->first('DocType') }}
@endif
@if($errors->has('BPL_IDAssignedToInvoice'))
{{ $errors->first('BPL_IDAssignedToInvoice') }}
@endif