@prepend('scripts')
@endprepend
@if(isset($paymentMethod))
@if($paymentMethod['route'] == "/Cash")
@include('payment_methods.cash')
@elseif($paymentMethod['route'] == "/PayPal")
@include('payment_methods.paypal')
@elseif($paymentMethod['route'] == "/RazorPay")
@include('payment_methods.razorpay')
@elseif($paymentMethod['route'] == "/Stripe")
@include('payment_methods.stripe')
@endif
@endif
@if($customFields)