{{ __('Register an account on :name', ['name' => 'Razorpay']) }}
{{ __('After registration at :name, you will have Client ID, Client Secret', ['name' => 'Razorpay']) }}
{{ __('Enter Client ID, Secret into the box in right hand') }}
{!! BaseHelper::clean('Then you need to create a new webhook. To create a webhook, go to Account Settings->API keys->Webhooks and paste the below url to Webhook URL field. At Active Events field, check to Payment Events and Order Events checkbox.') !!}
{{ route('payments.razorpay.webhook') }}