@php $key = 0; @endphp
@php $key = 0; @endphp @foreach(@$gateway_activations as $gateway) @if($gateway->method->method == 'Wallet' || $gateway->method->method == 'Cash On Delivery') @php $key = 0; @endphp @continue @endif @if($gateway->method->method == 'PayPal' && @$gateway->status == 1)

{{ __('payment_gatways.paypal_configuration') }}

@include('paymentgateway::components.paypal_config')
@elseif($gateway->method->method == 'Stripe' && @$gateway->status == 1)

{{__('payment_gatways.stripe_configuration')}}

@include('paymentgateway::components.stripe_config')
@elseif($gateway->method->method == 'PayStack' && @$gateway->status == 1)

{{__('payment_gatways.paystack_configuration')}}

@include('paymentgateway::components.paystack_config')
@elseif($gateway->method->method == 'RazorPay' && @$gateway->status == 1)

{{__('payment_gatways.razorpay_configuration')}}

@include('paymentgateway::components.razorpay_config')
@elseif($gateway->method->method == 'PayTM' && @$gateway->status == 1)

{{__('payment_gatways.paytm_configuration')}}

@include('paymentgateway::components.paytm_config')
@elseif($gateway->method->method == 'Instamojo' && @$gateway->status == 1)

{{__('payment_gatways.instamojo_configuration')}}

@include('paymentgateway::components.instamojo_config')
@elseif($gateway->method->method == 'Midtrans' && @$gateway->status == 1)

{{__('payment_gatways.midtrans_configuration')}}

@include('paymentgateway::components.midtrans_configuration')
@elseif($gateway->method->method == 'PayUMoney' && @$gateway->status == 1)

{{__('payment_gatways.payumoney_configuration')}}

@include('paymentgateway::components.payumoney_configuration')
@elseif($gateway->method->method == 'JazzCash' && @$gateway->status == 1)

{{__('payment_gatways.jazzcash_configuration')}}

@include('paymentgateway::components.jazzcash_configuration')
@elseif($gateway->method->method == 'Google Pay' && @$gateway->status == 1)

{{__('payment_gatways.google_pay_configuration')}}

@include('paymentgateway::components.google_pay_configuration')
@elseif($gateway->method->method == 'FlutterWave' && @$gateway->status == 1)

{{__('payment_gatways.flutter_wave_payment_configuration')}}

@include('paymentgateway::components.flutter_wave_payment_configuration')
@elseif($gateway->method->method == 'Bank Payment' && @$gateway->status == 1)

{{__('payment_gatways.bank_configuration')}}

@include('paymentgateway::components.bank_config')
@elseif(isModuleActive('Bkash') && $gateway->method->method == 'Bkash' && @$gateway->status == 1)

{{__('payment_gatways.bkash_configuration')}}

@include('bkash::bkash_config')
@elseif(isModuleActive('SslCommerz') && $gateway->method->method == 'SslCommerz' && @$gateway->status == 1)

{{__('payment_gatways.sslcommerz_configuration')}}

@include('sslcommerz::config')
@elseif(isModuleActive('MercadoPago') && $gateway->method->method == 'Mercado Pago' && @$gateway->status == 1)

{{__('payment_gatways.mercado_pago_configuration')}}

@include('mercadopago::config')
@endif @php $key ++; @endphp @endforeach