@extends('backend.layout.master') @section('title', __('Payment Gateway Settings')) @section('style') @endsection @section('content')

{{ __('Payment Gateway Settings') }}

@csrf

{{__('Notice: If PayPal does not support your currency, it will convert the value of your currency to USD based on the current exchange rate of your currency.')}}

{{__('if your currency is not available in paytm, it will convert you currency value to INR value based on your currency exchange rate.')}}

{{__("Available Currency For Razorpay is, ['INR']")}}

{{__('if your currency is not available in Razorpay, it will convert you currency value to INR value based on your currency exchange rate.')}}

{{__('if your currency is not available in Paystack, it will convert you currency value to NGN value based on your currency exchange rate.')}}

{{__('Don\'t forget to put below url to "Settings > API Key & Webhook > Callback URL" in your paystack admin panel')}}
https://xilancer.com/frontend/payments/paystack-ipn

{{__('if your currency is not available in mollie, it will convert you currency value to USD value based on your currency exchange rate.')}}

{{__('if your currency is not available in flutterwave, it will convert you currency value to USD value based on your currency exchange rate.')}}

{{-- squareup --}}
{{-- squareup end --}} {{-- cinetpay --}}
{{-- cinetpay end --}} {{-- paytabs --}}
@php $paytabs_region = ['GLOBAL','ARE','EGY','SAU','OMN','JOR']; @endphp
{{-- paytabs end --}} {{-- BillPlz --}}
{{-- BillPlz end --}} {{-- Zitopay --}}
{{-- Zitopay end --}} {{-- Toyyibpay --}}
{{-- Toyyibpay end --}} {{-- Pagali --}}
{{-- Pagali end --}} {{-- Authorize.Net --}}
{{-- Authorize.Net end --}} {{-- SitesWay --}}
{{-- SitesWay end --}} {{-- Iyzipay --}}
{{-- Iyzipay end --}} {{-- Keneticpay --}}
{{-- Keneticpay end --}} {{-- Awdpay --}}
{{-- Awdpay end --}} {{-- SSl commerce start --}}
{{-- SSl commerce end --}} @if(moduleExists("YooMoneyPaymentGateway")) {{-- Yoo Money --}}
{{-- Yoo Money end --}} @endif @if(moduleExists("CoinPaymentGateway")) {{-- coinpayment --}}
@php $currency_list = [ "USD",'LTCT','ZEN','ZEC','XVG','XMR','XEM','USDT.TRC20', 'USDT.SOL','USDT','USDC.TRC20','USDC.SOL','TUSD.TRC20', 'TRX','SYS','SOL','RVN','QTUM','PIVX','OMNI','MSOL.SOL', 'MNDE.SOL','MATIC.POLY','MAID','MAD','JST.TRC20','ISLM.EVM', 'FTN.BAHAMUT','FIRO','ETH','ETC','DOGE','DGB','DASH','CNHT.TRC20', 'BXN','BUSD.TRC20','BTT.TRC20','BNB.BSC','BNB','VLX.Native','VLX', 'LTC','BCH','BTC.LN','BTC']; $coinpay_urrency = get_static_option('coinpay_currency') ?? ''; $decoded_currency = json_decode($coinpay_urrency, true); @endphp
{{ __('info: for test payment you must select LTCT') }}
{{-- coinpayment end --}} @endif {{-- manual --}}
{{-- manual end --}}
@can('payment-gateway-settings') @endcan
@endsection @section('script') @endsection