Choose Gateway
@foreach(['razorpay' => 'Razorpay', 'stripe' => 'Stripe', 'paypal' => 'PayPal'] as $gateway => $label)
@if($gateways->has($gateway))
@endif
@endforeach
@if(data_get($payment->gateway_payload, 'mode') === 'local_fallback')
Gateway credentials are not configured. For local development, you can simulate a successful payment.
Confirm local payment.
@endif
@if($payment->gateway === 'razorpay' && $payment->gateway_order_id && data_get($payment->gateway_payload, 'key'))
@endif