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

{{ __('Payment Methods') }}

{{ __('Manage payment methods to receive payment from user.') }}

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

{{ __('Accept payment via PayPal payment gateway.') }}

{{ __('Method Setting') }}
{{ base_currency() }}
{{ __('Amount will be convert') }}
{{ base_currency() }}
{{ __('Amount will be convert') }}
{{ __('Minimum Amount') }}
{{ __('Maximum Amount') }}
{{ __('Method title will use if leave blank.') }}
@if ($isExtend || is_demo())
@if($isExtend)
@endif
{{ __('Percent Fee') }}
{{ __('Flat Fee') }}
{{ __("Minimum Fee") }}
{{ __("Compare") }}
@endif
{{ __('API Credentials') }}
{{ __('System use only for record.') }}

{{ __('Please Note:') }}
1 {{ __("The amount will apply only if its more than the base minimum / maximum deposit amount.") }}
2 {{ __("The fixed minimum / maximum amount will be set same for each currency & override others.") }}
@if ($isExtend) 3 {{ __("Fee will apply on deposited 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' => __("Deposit")]) }}

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