@if(getSetting('payments.withdrawal_allow_fees') && floatval(getSetting('payments.withdrawal_default_fee_percentage')) > 0)
@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, '.', ''))}})
@if(getSetting('payments.withdrawal_custom_message_box')) @endif
@include('elements.icon',['icon'=>'cash-outline','variant'=>'medium'])
{{__('Please enter a valid amount')}}
{{__('Please add your withdrawal notes: EG: Paypal or Bank account.')}}
@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')}}
@if(!Auth::user()->country_id) @elseif(!Auth::user()->stripe_onboarding_verified) @endif
{{__('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') {{-- Paypal and stripe actual buttons --}}
@csrf
{{-- Actual form --}}
@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

تعليقات

المشاركات الشائعة من هذه المدونة

about