@if(getSetting('payments.withdrawal_allow_fees') && floatval(getSetting('payments.withdrawal_default_fee_percentage')) > 0)
@if(getSetting('payments.withdrawal_custom_message_box'))
@include('elements.icon',['icon'=>'information-circle-outline','variant'=>'small','centered'=>false,'classes'=>'mr-2'])
{{__("A :feeAmount% fee will be applied.",['feeAmount'=>floatval(getSetting('payments.withdrawal_default_fee_percentage'))])}}
@else
@endif
@include('elements.icon',['icon'=>'information-circle-outline','variant'=>'small','centered'=>false,'classes'=>'mr-2'])
{{__('Pending balance')}} ({{\App\Providers\SettingsServiceProvider::getWebsiteFormattedAmount(number_format(Auth::user()->wallet->pendingBalance, 2, '.', ''))}})
{!! getSetting('payments.withdrawal_custom_message_box') !!}
@endif
@include('elements.icon',['icon'=>'cash-outline','variant'=>'medium'])
{{__('Please enter a valid amount')}}
@if(!Auth::user()->country_id)
{{__("You must set the country on your profile before you can start onboarding and withdraw money")}}
@elseif(!Auth::user()->stripe_onboarding_verified)
{{__("We're using Stripe to get you paid quickly and keep your personal and payment information secure. Thousands of companies around the world trust Stripe to process payments for their users. Set up a Stripe account to get paid with us")}}
@endif
{{__('Add all required info')}}
{{__('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'))
@endif
@if(getSetting('payments.offline_payments_custom_message_box'))
@endif
{{__("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')}}
{!! 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')])}}
{{__('Please select your payment method')}}
@include('elements/message-alert', ['classes' =>'mb-2'])
@if($activeTab != null && $activeTab === 'withdraw' && \App\Providers\SettingsServiceProvider::allowWithdrawals(Auth::user()))
@include('elements/settings/settings-wallet-withdraw')
@else
@include('elements/settings/settings-wallet-deposit')
@endif
{{\App\Providers\SettingsServiceProvider::getWebsiteFormattedAmount(number_format(Auth::user()->wallet->total, 2, '.', ''))}}
{{__('Available funds. You can deposit more money or become a creator to earn more.')}}
تعليقات
إرسال تعليق