@extends('panel.layout.settings') @section('title', __($options['title']) . ' ' . __('Settings')) @section('titlebar_actions', '') @section('settings')
@csrf
@php $country_tax_enabled = true; if ($options['code'] == 'cryptomus') { $country_tax_enabled = $settings['country_tax_enabled']; } @endphp
@if ($options['tax'] == 1 && $country_tax_enabled) {{ __('Tax Setting') }} @csrf @if($options['code'] == 'cryptomus')
@endif

{{ __('Editing the tax will have no impact on existing users or lead to cancellations.') }}

{{ __('Cancel') }} {{ __('Save changes') }}
@endif @if($options['code'] == 'cryptomus') @endif
@if ($options['mode'] == 1) @if ($settings->mode == null)

{{ __('Please save setting with the mode you want.') }}

@endif @endif @if ($options['currency'] == 1) {!! $currencies !!} @endif @if ($options['currency_locale'] == 1) {{ __('Currency Locale') }} ({{ __('in format') }}: en_US) ({{ __('PayPal') }}) @endif @if ($app_is_demo) @if ($options['live_client_id'] == 1) @endif @if ($options['live_client_secret'] == 1) @endif @else @if ($options['live_client_id'] == 1) @endif @if ($options['live_client_secret'] == 1) @endif @if ($options['live_app_id'] == 1) @endif @if ($options['base_url'] == 1) @endif @endif @if ($options['sandbox_client_id'] == 1) @endif @if ($options['sandbox_client_secret'] == 1) @endif @if ($options['sandbox_app_id'] == 1) @endif @if ($options['sandbox_url'] == 1) @endif @if ($options['bank_account_other'] == 1) {{ $settings->bank_account_other ?? 'To facilitate the processing of your transaction, kindly remit your payment directly to our designated bank account. Please ensure to include your Order ID Number as the payment reference to expedite the allocation of funds to your account. Note that services will not be credited until the payment has successfully been received in our bank account. We appreciate your cooperation and thank you for choosing our services.' }} @endif @if ($options['bank_account_details'] == 1) {{ $settings->bank_account_details ?? "Bank Name:\nAccount Name:\nIBAN:\nBIC/Swift:\nRouting Number:\n" }} @endif @if ($app_is_demo) {{ __('Save') }} @else {{ __('Save') }} @endif @if($options['code'] == 'cryptomus' && $taxes->count() && $settings['country_tax_enabled'])
@foreach($taxes as $tax) @endforeach
country code tax action
{{ $tax->country_code }} {{ $tax->tax }}
@endif @if ($options['code'] != 'banktransfer')

{{ __('What happens when you save?') }}

  • {{ __('Save your settings.') }}
  • {{ __('Check all membership plans for this gateway.') }}
  • {{ __('Remove all products and prices defined before for old settings.') }}
  • {{ __('Cancel all old subscriptions. Acquired amounts do not reset.') }}
  • {{ __('Generate new product definitions in your new gateway account.') }}
  • {{ __('Generate new price definitions in your new gateway account.') }}
  • {{ __('Remove all webhooks defined before and create new webhook.') }}

{{ __('Note that we do not store old keys. So every save action is new.') }}

{{ __('This process will take time. So, please be patient and wait until success message appears.') }}

@endif @endsection @push('script') @endpush