@if($errors->has('type'))
{{ $errors->first('type') }}
@endif
@if($errors->has('ponno_setup_id'))
{{ $errors->first('ponno_setup_id') }}
@endif
@if($errors->has('purchase_type'))
{{ $errors->first('purchase_type') }}
@endif
@if($errors->has('date_from'))
{{ $errors->first('date_from') }}
@endif
@if($errors->has('date_to'))
{{ $errors->first('date_to') }}
@endif