{{ csrf_field() }}
@if ($errors->has('DocDate'))
{{ $errors->first('DocDate') }}
@endif
@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('expected_amount'))
{{ $errors->first('expected_amount') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('progress'))
{{ $errors->first('progress') }}
@endif
@push('custom-scripts') @endpush