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

{{ __('Payment Methods') }}

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

{{ __('Bank Transfer') }} {{ __('Core') }}

{{ __('Accept payment directly via your local bank transfer.') }}

{{ __('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
{{ __('Local currency as per your bank.') }}

{{ __('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

{{ __('Bank Account Details') }}
{{ __('Specify the name of your bank account') }}
{{ __('Specify your bank account number') }}
{{ __('Address associated with your bank account.') }}
{{ __('Specify the name of your bank.') }}
{{ __('Specify a short name of your bank.') }}
{{ __('System use only for record.') }}
{{ __('The branch name of your bank.') }}
{{ __('The bank address of your bank.') }}
{{ __('Routing number for your bank account.') }}
{{ __('Sort code for your bank account.') }}
{{ __('International bank account number of your account.') }}
{{ __('Swift/BIC for your bank account') }}
@csrf
@endsection