@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Payment Method')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('system_default')}} {{\App\CPU\translate('payment_method')}}
@php($config=\App\CPU\Helpers::get_business_settings('cash_on_delivery'))
@csrf @if(isset($config))


@else @endif
{{\App\CPU\translate('digital_payment')}}
@php($config=\App\CPU\Helpers::get_business_settings('digital_payment'))
@csrf @if(isset($config))


@else @endif
{{\App\CPU\translate('SSLCOMMERZ')}}
@php($config=\App\CPU\Helpers::get_business_settings('ssl_commerz_payment'))
@csrf @if(isset($config))





@else @endif
{{\App\CPU\translate('Paypal')}}
@php($config=\App\CPU\Helpers::get_business_settings('paypal'))
@csrf @if(isset($config))





@else @endif
{{\App\CPU\translate('Stripe')}}
@php($config=\App\CPU\Helpers::get_business_settings('stripe'))
@csrf @if(isset($config))




@else @endif
{{\App\CPU\translate('razor_pay')}}
@php($config=\App\CPU\Helpers::get_business_settings('razor_pay'))
@csrf @if(isset($config))




@else @endif
{{\App\CPU\translate('senang_pay')}}
@php($config=\App\CPU\Helpers::get_business_settings('senang_pay'))
@csrf @if(isset($config))


{{\App\CPU\translate('Copy URI')}}

{{ url('/') }}/return-senang-pay



@else @endif
{{\App\CPU\translate('paytabs')}}
@php($config=\App\CPU\Helpers::get_business_settings('paytabs'))
@csrf @if(isset($config))





@else @endif
{{\App\CPU\translate('paystack')}}
@php($config=\App\CPU\Helpers::get_business_settings('paystack'))
@csrf @if(isset($config))


{{\App\CPU\translate('Copy URI')}}

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





@else @endif
{{\App\CPU\translate('paymob_accept')}}
@php($config=\App\CPU\Helpers::get_business_settings('paymob_accept'))
@csrf @if(isset($config))


{{\App\CPU\translate('Copy URI')}}

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





@else @endif
{{\App\CPU\translate('mercadopago')}}
@php($config=\App\CPU\Helpers::get_business_settings('mercadopago'))
@csrf @if(isset($config))




@else @endif
{{\App\CPU\translate('liqpay')}}
@php($config=\App\CPU\Helpers::get_business_settings('liqpay'))
@csrf @if(isset($config))




@else @endif
{{\App\CPU\translate('flutterwave')}}
@php($config=\App\CPU\Helpers::get_business_settings('flutterwave'))
@csrf @if(isset($config))





@else @endif
{{\App\CPU\translate('paytm')}}
@php($config=\App\CPU\Helpers::get_business_settings('paytm'))
@csrf @if(isset($config))






@else @endif
{{\App\CPU\translate('bkash')}}
@php($config=\App\CPU\Helpers::get_business_settings('bkash'))
@csrf @if(isset($config))







@else @endif
@endsection @push('script') @endpush