@if(config('paypal.client_id') && config('paypal.secret'))
{{__("Paypal")}}
@endif
@if(getSetting('payments.stripe_secret_key') && getSetting('payments.stripe_public_key'))
{{__("Stripe")}}
@endif
@if(getSetting('payments.coinbase_api_key'))
{{__("Coinbase")}}
@endif
@if(getSetting('payments.nowpayments_api_key'))
{{__("NowPayments Crypto")}}
@endif
@if(getSetting('payments.mercado_access_token'))
{{__("MercadoPago")}}
@endif
@if(\App\Providers\PaymentsServiceProvider::ccbillCredentialsProvided())
{{__("CCBill")}}
@endif
@if(getSetting('payments.paystack_secret_key'))
{{__("Paystack")}}
@endif
@if(getSetting('payments.stripe_secret_key') && getSetting('payments.stripe_public_key') && getSetting('payments.stripe_oxxo_provider_enabled'))
{{__("Oxxo")}}
@endif
@if(getSetting('payments.allow_manual_payments'))
{{__("Bank transfer")}}
{{__("Add payment details")}}
@if(getSetting('payments.offline_payments_iban'))
{{__('Once confirmed, your credit will be available and you will be notified via email.')}}
{{__('IBAN')}}: {{getSetting('payments.offline_payments_iban')}}
{{__('BIC/SWIFT')}}: {{getSetting('payments.offline_payments_swift')}}
{{__('Bank name')}}: {{getSetting('payments.offline_payments_bank_name')}}
{{__('Account owner')}}: {{getSetting('payments.offline_payments_owner')}}
{{__('Account number')}}: {{getSetting('payments.offline_payments_account_number')}}
{{__('Routing number')}}: {{getSetting('payments.offline_payments_routing_number')}}
@endif
@if(getSetting('payments.offline_payments_custom_message_box'))
{!! getSetting('payments.offline_payments_custom_message_box') !!}
@endif
{{__("Notes")}}
{{__("Payment notes are required")}}
{{__("Please attach clear photos with one the following: check, money order or bank transfer.")}}
{{__("Allowed file types")}}: {{str_replace(',',', ',AttachmentHelper::filterExtensions('manualPayments'))}}.
{{trans_choice('Please upload at least one file', (int)getSetting('payments.offline_payments_minimum_attachments_required'), ['num' => (int)getSetting('payments.offline_payments_minimum_attachments_required')])}}
@endif