@extends('layouts.admin.app') @section('title','Payment Setup') @push('css_or_js') @endpush @section('content')
Payment Method
@php($config=\App\CentralLogics\Helpers::get_business_settings('cash_on_delivery'))
@csrf @if(isset($config))


@else @endif
Payment Method
@php($config=\App\CentralLogics\Helpers::get_business_settings('digital_payment'))
@csrf @if(isset($config))


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




@else @endif
Razor Pay
@php($config=\App\CentralLogics\Helpers::get_business_settings('razor_pay'))
@csrf @if(isset($config))




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




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




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