@extends('admin.layouts.modules') @section('title', __('PayPal - Payment Method')) @php $isExtend = module_exist('NioExtend', 'addon'); @endphp @section('content')
{{ __('Manage payment methods to receive payment from user.') }}
{{ __('Accept payment via PayPal payment gateway.') }}
{{ __('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
{{ __('Specify currency wise minimum / maximum amount for :type.', ['type' => __("Deposit")]) }}