@extends('layouts.app') @section('site_title', formatTitle([__('Payment processors'), __('Settings'), config('settings.title')])) @section('content')
@include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Payment processors') }}

{{ __('Payment processors') }}
@include('shared.message') @if (!config('settings.license_type'))
{{ __(':license license is required to enable payment processors.', ['license' => __('Extended')]) }}
@endif
@csrf
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'PayPal']) }}
@if ($errors->has('paypal')) {{ $errors->first('paypal') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'PayPal']) }}
@if ($errors->has('paypal_mode')) {{ $errors->first('paypal_mode') }} @endif
@if ($errors->has('paypal_client_id')) {{ $errors->first('paypal_client_id') }} @endif
@if ($errors->has('paypal_secret')) {{ $errors->first('paypal_secret') }} @endif
@if ($errors->has('paypal_webhook_id')) {{ $errors->first('paypal_webhook_id') }} @endif
{{ __('Copy') }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Stripe']) }}
@if ($errors->has('stripe')) {{ $errors->first('stripe') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Stripe']) }}
@if ($errors->has('stripe_key')) {{ $errors->first('stripe_key') }} @endif
@if ($errors->has('stripe_secret')) {{ $errors->first('stripe_secret') }} @endif
@if ($errors->has('stripe_wh_secret')) {{ $errors->first('stripe_wh_secret') }} @endif
{{ __('Copy') }}
{{ __('Additional payment methods') }}

@if ($errors->has('stripe_ideal')) {{ $errors->first('stripe_ideal') }} @endif {{ __('Enable or disable checkout through :service.', ['service' => 'iDEAL']) }}
@if ($errors->has('stripe_klarna')) {{ $errors->first('stripe_klarna') }} @endif {{ __('Enable or disable checkout through :service.', ['service' => 'Klarna']) }}
@if ($errors->has('stripe_sepa_direct_debit')) {{ $errors->first('stripe_sepa_direct_debit') }} @endif {{ __('Enable or disable checkout through :service.', ['service' => 'SEPA Direct Debit']) }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Mollie']) }}
@if ($errors->has('mollie')) {{ $errors->first('mollie') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Mollie']) }}
@if ($errors->has('mollie_key')) {{ $errors->first('mollie_key') }} @endif
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Paddle']) }}
@if ($errors->has('paddle')) {{ $errors->first('paddle') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Paddle']) }}
@if ($errors->has('paddle_mode')) {{ $errors->first('paddle_mode') }} @endif
@if ($errors->has('paddle_api_key')) {{ $errors->first('paddle_api_key') }} @endif
@if ($errors->has('paddle_client_token')) {{ $errors->first('paddle_client_token') }} @endif
@if ($errors->has('paddle_wh_secret')) {{ $errors->first('paddle_wh_secret') }} @endif
{{ __('Copy') }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Razorpay']) }}
@if ($errors->has('razorpay')) {{ $errors->first('razorpay') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Razorpay']) }}
@if ($errors->has('razorpay_key')) {{ $errors->first('razorpay_key') }} @endif
@if ($errors->has('razorpay_secret')) {{ $errors->first('razorpay_secret') }} @endif
@if ($errors->has('razorpay_wh_secret')) {{ $errors->first('razorpay_wh_secret') }} @endif
{{ __('Copy') }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Paystack']) }}
@if ($errors->has('paystack')) {{ $errors->first('paystack') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Paystack']) }}
@if ($errors->has('paystack_key')) {{ $errors->first('paystack_key') }} @endif
@if ($errors->has('paystack_secret')) {{ $errors->first('paystack_secret') }} @endif
{{ __('Copy') }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Coinbase']) }}
@if ($errors->has('coinbase')) {{ $errors->first('coinbase') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Coinbase']) }}
@if ($errors->has('coinbase_key')) {{ $errors->first('coinbase_key') }} @endif
@if ($errors->has('coinbase_wh_secret')) {{ $errors->first('coinbase_wh_secret') }} @endif
{{ __('Copy') }}
{{ __(':service integration can be configured by following the official documentation.', ['service' => 'Crypto.com']) }}
@if ($errors->has('cryptocom')) {{ $errors->first('cryptocom') }} @endif {{ __('Enable or disable payments through :service.', ['service' => 'Crypto.com']) }}
@if ($errors->has('cryptocom_key')) {{ $errors->first('cryptocom_key') }} @endif
@if ($errors->has('cryptocom_secret')) {{ $errors->first('cryptocom_secret') }} @endif
@if ($errors->has('cryptocom_wh_secret')) {{ $errors->first('cryptocom_wh_secret') }} @endif
{{ __('Copy') }}
@endsection @include('shared.sidebars.admin')