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

{{ __('Payment processors') }}

{{ __('Payment processors') }}
@include('shared.message')
@csrf
@if ($errors->has('paypal')) {{ $errors->first('paypal') }} @endif
@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') }}
@if ($errors->has('stripe')) {{ $errors->first('stripe') }} @endif
@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') }}
@if ($errors->has('razorpay')) {{ $errors->first('razorpay') }} @endif
@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') }}
@if ($errors->has('paystack')) {{ $errors->first('paystack') }} @endif
@if ($errors->has('paystack_key')) {{ $errors->first('paystack_key') }} @endif
@if ($errors->has('paystack_secret')) {{ $errors->first('paystack_secret') }} @endif
{{ __('Copy') }}
@if ($errors->has('coinbase')) {{ $errors->first('coinbase') }} @endif
@if ($errors->has('coinbase_key')) {{ $errors->first('coinbase_key') }} @endif
@if ($errors->has('coinbase_wh_secret')) {{ $errors->first('coinbase_wh_secret') }} @endif
{{ __('Copy') }}
@if ($errors->has('cryptocom')) {{ $errors->first('cryptocom') }} @endif
@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') }}
@if ($errors->has('bank')) {{ $errors->first('bank') }} @endif
@if ($errors->has('bank_account_owner')) {{ $errors->first('bank_account_owner') }} @endif
@if ($errors->has('bank_account_number')) {{ $errors->first('bank_account_number') }} @endif
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('bank_routing_number')) {{ $errors->first('bank_routing_number') }} @endif
@if ($errors->has('bank_iban')) {{ $errors->first('bank_iban') }} @endif
@if ($errors->has('bank_bic_swift')) {{ $errors->first('bank_bic_swift') }} @endif