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

@lang($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']) !!}

Paypal


Select environment

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

(@lang('messages.addPaypalWebhookUrl'))

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

Stripe


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

(@lang('messages.addStripeWebhookUrl'))

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

Razorpay


razorpay_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