1. {{ trans('plugins/payment::payment.service_registration', ['name' => 'Stripe']) }}

  2. {{ trans('plugins/payment::payment.stripe_after_service_registration_msg', ['name' => 'Stripe']) }}

  3. {{ trans('plugins/payment::payment.stripe_enter_client_id_and_secret') }}

{{ trans('plugins/stripe::stripe.webhook_setup_guide.title') }}

{{ trans('plugins/stripe::stripe.webhook_setup_guide.description') }}

  1. {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_1_label') }}: {!! BaseHelper::clean(trans('plugins/stripe::stripe.webhook_setup_guide.step_1_description', ['link' => 'Stripe Dashboard'])) !!}

  2. {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_2_label') }}: {!! BaseHelper::clean(trans('plugins/stripe::stripe.webhook_setup_guide.step_2_description', ['url' => '' . route('payments.stripe.webhook') . ''])) !!}

  3. {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_3_label') }}: {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_3_description') }}

  4. {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_4_label') }}: {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_4_description') }}