@extends('layouts.admin.app') @section('title',translate('Payment Setup')) @push('css_or_js') @endpush @section('content')
{{translate('messages.payment')}} {{translate('messages.method')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('cash_on_delivery'))
@csrf
{{translate('messages.payment')}} {{translate('messages.method')}}
@php($digital_payment=\App\CentralLogics\Helpers::get_business_settings('digital_payment'))
@csrf
@php($config=\App\CentralLogics\Helpers::get_business_settings('ssl_commerz_payment'))
@csrf
{{translate('messages.sslcommerz')}}
public
@php($config=\App\CentralLogics\Helpers::get_business_settings('paypal'))
@csrf
{{translate('messages.paypal')}}
public
@php($config=\App\CentralLogics\Helpers::get_business_settings('razor_pay'))
@csrf
{{translate('messages.razorpay')}}
public
@php($config=\App\CentralLogics\Helpers::get_business_settings('stripe'))
@csrf
{{translate('messages.stripe')}}
public
@php($config=\App\CentralLogics\Helpers::get_business_settings('paystack'))
@csrf @if(isset($config))
{{translate('messages.paystack')}}
{{translate('messages.paystack_callback_warning')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('senang_pay'))
@csrf @if(isset($config))
{{translate('messages.senang')}} {{translate('messages.pay')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('flutterwave'))
@csrf @if(isset($config))
{{translate('messages.flutterwave')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('mercadopago'))
@csrf @if(isset($config))
{{translate('messages.mercadopago')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('paymob_accept'))
@csrf @if(isset($config))
{{translate('messages.paymob_accept')}}
public
{{translate('messages.copy_callback')}}

{{ url('/') }}/paymob-callback

@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('bkash'))
@csrf @if(isset($config))
{{translate('messages.bkash')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('paytabs'))
@csrf @if(isset($config))
{{translate('messages.paytabs')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('paytm'))
@csrf @if(isset($config))
{{translate('messages.paytm')}}
public
@else @endif
@php($config=\App\CentralLogics\Helpers::get_business_settings('liqpay'))
@csrf @if(isset($config))
{{translate('messages.liqpay')}}
public
@else @endif
{{--
{{translate('messages.sslcommerz')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('ssl_commerz_payment'))
@csrf
{{translate('messages.razorpay')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('razor_pay'))
@csrf
{{translate('messages.paypal')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('paypal'))
@csrf
{{translate('messages.stripe')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('stripe'))
@csrf
{{translate('messages.paystack')}}
{{translate('messages.paystack_callback_warning')}} @php($config=\App\CentralLogics\Helpers::get_business_settings('paystack'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.senang')}} {{translate('messages.pay')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('senang_pay'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.flutterwave')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('flutterwave'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.mercadopago')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('mercadopago'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.paymob_accept')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('paymob_accept'))
@csrf @if(isset($config))
{{translate('messages.copy_callback')}}

{{ url('/') }}/paymob-callback

@else @endif
{{translate('messages.bkash')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('bkash'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.paytabs')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('paytabs'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.paytm')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('paytm'))
@csrf @if(isset($config))
@else @endif
{{translate('messages.liqpay')}}
@php($config=\App\CentralLogics\Helpers::get_business_settings('liqpay'))
@csrf @if(isset($config))
@else @endif
--}}
@endsection @push('script_2') @endpush