@csrf
{{ $errors->has('clientMobileNo') ? $errors->first('clientMobileNo') : ' ' }}
{{ $errors->has('amount') ? $errors->first('amount') : ' ' }}
{{ $errors->has('orderDateTime') ? $errors->first('orderDateTime') : ' ' }}
{{ $errors->has('issuerPaymentRefNo') ? $errors->first('issuerPaymentRefNo') : ' ' }}
Name {{ $data['name'] }}
Bill number {{ $data['bill_number'] }}
Fiscal year {{ $data['fiscal_year'] }}
Holding no {{ $data['holding_no'] }}
Word no {{ $data['word_no'] }}
Amount {{ $data['amount'] }}
Charge {{ $data['charge'] }}
Total {{ $data['total'] }}