@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('app.menu.onlinePayment')
@include('sections.payment_setting_menu')
{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'PUT']) !!}
@lang('modules.paymentSetting.selectEnvironment')

{{ route('verify-ipn') }}

(@lang('messages.addPaypalWebhookUrl'))

paypal_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />

{{ route('verify-webhook') }}

(@lang('messages.addStripeWebhookUrl'))

(@lang('messages.addStripeWebhookUrlMethod'))

stripe_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
razorpay_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
paystack_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />

{{ route('save_paystack-webhook') }}

(@lang('messages.addPaystackWebhookUrl') )

{{ route('client.paystack.callback') }}

(@lang('messages.addPaystackCallbackUrl') )

mollie_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
@lang('modules.paymentSetting.selectEnvironment')
{{--
--}} {{----}} {{--

{{ route('verify-ipn') }}

--}} {{--

(@lang('messages.addPaypalWebhookUrl'))

--}} {{--
--}}
authorize_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
payfast_status == 'active') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262" />
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush