@extends('panel.layout.settings')
@section('title', __($options['title']) . ' ' . __('Settings'))
@section('titlebar_actions', '')
@section('settings')
@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