@extends('admin.layouts.modules') @section('title', __('PayPal - Withdraw Method')) @php $isExtend = module_exist('NioExtend', 'addon'); @endphp @section('content')

{{ __('Withdraw Methods') }}

{{ __('Manage withdraw methods for user.') }}

{{ __('PayPal - Withdraw') }} {{ __('Core') }}

{{ __('Get PayPal details from user for withdrawal funds.') }}

{{ __('Method Setting') }}
{{ __('Method title will use if leave blank. Use as short name in transaction record.') }}
{{ __('Default currency will be selected by default when user add account for withdraw.') }}
{{ base_currency() }}
{{ __('Amount will be convert') }}
{{ base_currency() }}
{{ __('Amount will be convert') }}
{{ __('Minimum Amount') }}
{{ __('Maximum Amount') }}
@if ($isExtend || is_demo())
@if($isExtend)
@endif
{{ __('Percent Fee') }}
{{ __('Flat Fee') }}
{{ __("Minimum Fee") }}
{{ __("Compare") }}
@endif

{{ __('Please Note:') }}
1 {{ __("The amount will apply only if its more than the base minimum / maximum withdraw amount.") }}
2 {{ __("The fixed minimum / maximum amount will be set same for each currency & override others.") }}
@if ($isExtend) 3 {{ __("Fee will apply on withdraw currency and same for all currencies. Both percent & flat fee will applied if present.") }}
@endif

{{ __('Supported Currency') }}

{{ __('Specify currency wise minimum / maximum amount for :type.', ['type' => __("Withdraw")]) }}

@foreach($currencies as $currency)
{{ __('Minimum') }}
{{ __('Maximum') }}
@if ($isExtend || is_demo())
{{ __('Percent Fee') }}
{{ __('Flat Fee') }}
@endif
@endforeach
@csrf
@endsection