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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('app.menu.onlinePayment')
@include('sections.payment_setting_menu')
@csrf @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" />
@if(hasAccessOf('online_payment_credential')['is_write'])
@endif
{{-- Ajax Modal --}} {{-- Ajax Modal Ends --}} @endsection @push('footer-script') @endpush