Donor Information
Payment Information
@if ($errors->has('payment_mode')) {{ $errors->first('payment_mode') }} @endif
payment_mode=='Card') style="display: block;" @else style="display: none;" @endif>
@if ($errors->has('expiry_month')) {{ $errors->first('expiry_month') }} @endif
@if ($errors->has('expiry_year')) {{ $errors->first('expiry_year') }} @endif
payment_mode=='Cheque') style="display: block;" @else style="display: none;" @endif>
payment_mode=='Pledge') style="display: block;" @else style="display: none;" @endif>
@if ($errors->has('payment_frequency')) {{ $errors->first('payment_frequency') }} @endif
@if ($errors->has('payment_status')) {{ $errors->first('payment_status') }} @endif
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif