{{__('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(\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")}}

{{__("Please attach clear photos with one the following: check, money order or bank transfer.")}}

{{__('Please upload at least one file')}}
@endif
{{__('Please select your payment method')}}
@include('elements.uploaded-file-preview-template')