@php if ($payment != 'offline') { $pay_data = $gateway->convertAutoData(); } @endphp @if($payment == 'paypal') @endif @if($payment == 'stripe')
{{$errors->first('cardNumber')}}
@endif{{$errors->first('cardCVC')}}
@endif{{$errors->first('month')}}
@endif{{$errors->first('year')}}
@endif{{$errors->first('payumoney_first_name')}}
@endif{{$errors->first('payumoney_last_name')}}
@endif{{$errors->first('payumoney_phone')}}
@endif{{$errors->first('razorpay_phone')}}
@endif{{$errors->first('razorpay_address')}}
@endif{{$gateway->short_description}}
{!! replaceBaseUrl($gateway->instructions) !!}
** {{__('Receipt image must be .jpg / .jpeg / .png')}}