1. {{ __('Register an account on :name', ['name' => 'Razorpay']) }}

  2. {{ __('After registration at :name, you will have Client ID, Client Secret', ['name' => 'Razorpay']) }}

  3. {{ __('Enter Client ID, Secret into the box in right hand') }}

  4. {!! 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') }}