{{__('Proceed with payment')}}
@include('elements.icon',['icon'=>'cash-outline','variant'=>'medium'])
{{__('Please enter a valid amount.')}}
@if(config('paypal.client_id') && config('paypal.secret'))
@endif @if(getSetting('payments.stripe_secret_key') && getSetting('payments.stripe_public_key'))
@endif @if(getSetting('payments.coinbase_api_key'))
@endif @if(getSetting('payments.nowpayments_api_key'))
@endif @if(getSetting('payments.mercado_access_token'))
@endif @if(\App\Providers\PaymentsServiceProvider::ccbillCredentialsProvided())
@endif @if(getSetting('payments.paystack_secret_key'))
@endif @if(getSetting('payments.stripe_secret_key') && getSetting('payments.stripe_public_key') && getSetting('payments.stripe_oxxo_provider_enabled'))
@endif @if(getSetting('payments.allow_manual_payments'))
{{__("Add payment details")}}
@if(getSetting('payments.offline_payments_iban')) @endif @if(getSetting('payments.offline_payments_custom_message_box')) @endif
{{__("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
{{__('Please select your payment method')}}
@include('elements.uploaded-file-preview-template')