@extends('admin.layouts.master') @section('title', 'API Setting - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.APISetting') }}

{{ csrf_field() }} {{ method_field('POST') }}
  • stripe_enable==1 ? 'checked' : '' }}/>



  • paypal_enable==1 ? 'checked' : '' }}/>



  • For Test use "sandbox" and for Live use "live"


  • instamojo_enable==1 ? 'checked' : '' }} />



  • For Test use https://test.instamojo.com/api/1.1/
    For Live use https://www.instamojo.com/api/1.1/


  • razorpay_enable==1 ? 'checked' : '' }}/>



  • paystack_enable==1 ? 'checked' : '' }}/>


  • use https://api.paystack.co
    use Paystack email

    use this callback url in Paystack account

  • paytm_enable==1 ? 'checked' : '' }}/>

  • For Test use "local" and for Live use "production"

  • captcha_enable == 1 ? 'checked' : '' }} >


  • aws_enable == 1 ? 'checked' : '' }} >


  • @endsection @section('script') @endsection