@if (get_payment_setting('status', RAZORPAY_PAYMENT_METHOD_NAME) == 1) @php $paymentService = new Botble\Razorpay\Services\Gateways\RazorpayPaymentService(); @endphp

{{ __('Learn more') }}: {{ Html::link('https://razorpay.com/docs/payments/payments/international-payments/#supported-currencies', attributes: ['target' => '_blank', 'rel' => 'nofollow']) }}.

@if ($errorMessage)
{!! BaseHelper::clean($errorMessage) !!}
@endif @if ($orderId) @endif
@if ($paymentService->isValidToProcessCheckout() && get_payment_setting( 'payment_type', RAZORPAY_PAYMENT_METHOD_NAME, 'hosted_checkout', ) == 'website_embedded') {!! apply_filters('razorpay_extra_script') !!} @endif @endif