@extends('admin.layouts.master') @section('title', 'Payment Gateways Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ csrf_field() }} {{ method_field('POST') }}

stripe_enable==1 ? 'checked' : '' }} />

paypal_enable==1 ? 'checked' : '' }} />
{{ __('For Test use')}} {{__('sandbox')}} {{ __('and for Live use')}} "live"

instamojo_enable==1 ? 'checked' : '' }} />
{{ __('For Test use')}} {{__('https://test.instamojo.com/api/1.1/')}}
{{ __('For Live use')}} {{__('https://www.instamojo.com/api/1.1/')}}
{{ __('For Test use')}} {{__('https://test.instamojo.com/api/1.1/refunds/')}}
{{ __('For Live use')}} {{__('https://instamojo.com/api/1.1/refunds/')}}

razorpay_enable==1 ? 'checked' : '' }} />

paystack_enable==1 ? 'checked' : '' }} />
{{__('use')}} {{__('https://api.paystack.co')}}
{{__('use')}} {{__('Paystack email')}}
{{__('use')}} {{__('this callback url in Paystack account')}}
paytm_enable==1 ? 'checked' : '' }} />
{{ __('For Test use')}} "local" {{ __('and for Live use')}} "production"

captcha_enable == 1 ? 'checked' : '' }} />
aws_enable == 1 ? 'checked' : '' }} />
{{__(' eg: https://Region.amazonaws.com/bucket-name/')}}

enable_omise == 1 ? 'checked' : '' }} />
{{ __('Check API VERSION')}} {{ __('CLICK HERE')}}
enable_payu == 1 ? 'checked' : '' }} />
{{__('Choose')}} {{__('payubiz')}} {{__('or')}} {{__('payumoney')}} {{ __('option')}}
{{__(' For Test use')}} {{__('test')}} {{__('and for Live use')}} {{__('secure')}} {{__('method')}}
{{__('Enter PayU Merchant key.')}}
{{__('Enter PayU Merchant salt key.')}}
{{__(' Required if method is')}} {{__('Payumoney')}}

enable_moli == 1 ? 'checked' : '' }} />
{{__('Enter Moli Api Key')}}
{{__('Supported Moli Currency')}} : {{__('https://docs.mollie.com/payments/multicurrency')}}
enable_cashfree == 1 ? 'checked' : '' }} />
{{__('Please enter Cashfree')}} {{__('APP ID<')}}
{{__('Please enter Cashfree')}} {{__('Secret Key')}}
• {{__('For')}} {{__('Live')}} {{__('use : https://api.cashfree.com')}} | • {{__('For')}} {{__('Test')}} {{__('use : https://test.cashfree.com')}}
enable_skrill == 1 ? 'checked' : '' }} />
{{__('For')}} {{__('test')}} {{__('use')}} {{__('skrill')}}
{{__('Enter your site logo url here.')}}
enable_rave == 1 ? 'checked' : '' }}/>
{{ __('Public Key: Your Rave publicKey. Sign up on')}} {{__('https://rave.flutterwave.com/')}} {{ __('to get one from your settings page')}}
{{__('Secret Key: Your Rave secretKey. Sign up on')}} {{__('https://rave.flutterwave.com/')}} {{__(' to get one from your settings page')}}
{{__('This is the secret hash for your webhook')}}
{{__('Environment:')}} {{__('This can either be')}} '{{__('staging')}}' {{__('or')}} {{__('live')}}
{{__('Prefix: This is added to the front of your')}} {{__('Transaction reference numbers')}}.
{{__('Enter rave country code')}} {{__('eg : IN')}}.
{{__('Logo: Enter the')}} {{__('URL')}} {{__('of your company/business logo.')}}
enable_payhere == 1 ? 'checked' : '' }}/>
{{ __('For Test use')}} {{__('sandbox')}} {{ __('and for Live use')}} {{__('live')}}
iyzico_enable == 1 ? 'checked' : '' }}/>
{{ __('For Sandbox use')}} {{__('https://sandbox-api.iyzipay.com')}}
{{ __('For Live use')}} {{__('https://api.iyzipay.com')}}

ssl_enable == 1 ? 'checked' : '' }}/>
{{ __('For Sandbox use')}} {{__('https://sandbox.sslcommerz.com')}}
{{ __('For Live use')}} {{__('https://securepay.sslcommerz.com')}}


{{ __('Enable it to when its when sandbox mode is true.') }}


({{ __('Enable or disable sandbox by toggle it')}}.)

youtube_enable == 1 ? 'checked' : '' }}/>
vimeo_enable == 1 ? 'checked' : '' }}/>
aamarpay_enable == 1 ? 'checked' : '' }}/>

braintree_enable==1 ? 'checked' : '' }}/>

payflexi_enable==1 ? 'checked' : '' }}/>
{{ __('Public Key: Your PayFlexi public Key. Sign up on')}} {{__('https://merchant.payflexi.co/')}}{{ __('to get one from your settings page')}}
{{__('Secret Key: Your PayFlexi secretKey. Sign up on')}} {{__('https://merchant.payflexi.co/')}}{{ __('to get one from your settings page')}}
{{__('Mode:This can either be')}} {{__('stripe')}} {{__('or')}} {{__('paystack')}}. {{__('We are adding more gateways soon')}}
{{__('Mode:This can either be ')}}{{__('test')}} {{__('or')}} {{__('live')}}. {{__('Add your keys based on the mode')}}
{{__('use')}} {{__('this webhook url in PayFlexi Merchant settings page')}}
{{__('use')}} {{__('this callback url in PayFlexi Merchant settings page')}}
bunny_enable == 1 ? 'checked' : '' }} />
wasabi_enable == 1 ? 'checked' : '' }} />
@if(Module::has('Esewa') && Module::find('Esewa')->isEnabled()) @include('esewa::admin.api_settings') @endif @if(Module::has('Smanager') && Module::find('Smanager')->isEnabled()) @include('smanager::admin.api_settings') @endif @if(Module::has('Paytab') && Module::find('Paytab')->isEnabled()) @include('paytab::admin.api_settings') @endif @if(Module::has('DPOPayment') && Module::find('DPOPayment')->isEnabled()) @include('dpopayment::admin.api_settings') @endif @if(Module::has('AuthorizeNet') && Module::find('AuthorizeNet')->isEnabled()) @include('authorizenet::admin.api_settings') @endif @if(Module::has('Bkash') && Module::find('Bkash')->isEnabled()) @include('bkash::admin.api_settings') @endif @if(Module::has('Midtrains') && Module::find('Midtrains')->isEnabled()) @include('midtrains::admin.api_settings') @endif @if(Module::has('SquarePay') && Module::find('SquarePay')->isEnabled()) @include('squarepay::admin.api_settings') @endif @if(Module::has('Worldpay') && Module::find('Worldpay')->isEnabled()) @include('worldpay::admin.api_settings') @endif @if(Module::has('Onepay') && Module::find('Onepay')->isEnabled()) @include('onepay::admin.api_settings') @endif
@endsection @section('script') @endsection