@extends('admin.admin') @section('content')

{{ __('payment_settings') }}

@include('admin.partials.general_settings_side_menu')
{{ __('payment_gateways') }}

{{ __('payment_settings_configuration') }}

Img

{{ __('paypal_description') }}

Img

{{ __('paypal_apis_description') }}

@if (module_view_exists('paymentgateway::credential') && $PaymentGatewayStatus == 1) @include('paymentgateway::credential') @endif
Img

Mollie

Img

{{ __('direct_bank_transfer_description') }}

Img

COD

Img

Wallet

@if (module_view_exists('paymentgateway::sub') && $PaymentGatewayStatus == 1) @include('paymentgateway::sub') @endif @endsection