{{ trans('plugins/payment::payment.service_registration', ['name' => 'Stripe']) }}
{{ trans('plugins/payment::payment.stripe_after_service_registration_msg', ['name' => 'Stripe']) }}
{{ trans('plugins/payment::payment.stripe_enter_client_id_and_secret') }}
{{ trans('plugins/stripe::stripe.webhook_setup_guide.description') }}
{{ 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'])) !!}
{{ 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') . '
'])) !!}
{{ trans('plugins/stripe::stripe.webhook_setup_guide.step_3_label') }}: {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_3_description') }}
{{ trans('plugins/stripe::stripe.webhook_setup_guide.step_4_label') }}: {{ trans('plugins/stripe::stripe.webhook_setup_guide.step_4_description') }}