{{-- FORCE ERROR SHOW --}}
@if ($errors->has('supplier_id'))
{{ $errors->first('supplier_id') }}
@endif
@if ($errors->has('purchase_no'))
{{ $errors->first('purchase_no') }}
@endif
@if ($errors->has('date'))
{{ $errors->first('date') }}
@endif
@error('purchase_date')
{{ $message }}
@enderror
@error('record_no')
{{ $message }}
@enderror