File: /www/wwwroot/www.shooperm.com/storage/framework/views/e149d4b25a1baeead2ab0741cbd1a29b3c149d4d.php
<div class="col-md-12 mb-20">
<div class="box_header_right">
<div class=" float-none pos_tab_btn justify-content-start">
<?php
$methods = [];
foreach($gateway_activations->where('id','>',2)->where('active_status', 1) as $method){
$methods[] = $method;
}
?>
<ul class="nav nav_list" role="tablist">
<?php if(@$gateway_activations->where('method', 'PayPal')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'PayPal'): ?> active show <?php endif; ?>" href="#paypalTab" role="tab"
data-toggle="tab" id="1" aria-selected="true"><?php echo e(__('payment_gatways.paypal')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Stripe')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Stripe'): ?> active show <?php endif; ?>" href="#stripeTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.stripe')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayStack')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'PayStack'): ?> active show <?php endif; ?>" href="#paystackTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.paystack')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'RazorPay')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'RazorPay'): ?> active show <?php endif; ?>" href="#razorpayTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.razorpay')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayTM')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'PayTM'): ?> active show <?php endif; ?>" href="#paytmTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.paytm')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Instamojo')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Instamojo'): ?> active show <?php endif; ?>" href="#instamojoTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.instamojo')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Midtrans')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Midtrans'): ?> active show <?php endif; ?>" href="#midtransTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.midtrans')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayUMoney')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'PayUMoney'): ?> active show <?php endif; ?>" href="#payumoneyTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.payumoney')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'JazzCash')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'JazzCash'): ?> active show <?php endif; ?>" href="#jazzcashTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.jazzcash')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Google Pay')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Google Pay'): ?> active show <?php endif; ?>" href="#google_payTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.google_pay')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'FlutterWave')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'FlutterWave'): ?> active show <?php endif; ?>" href="#flutterWaveTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.flutter_wave_payment')); ?></a>
</li>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Bank Payment')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Bank Payment'): ?> active show <?php endif; ?>" href="#bankTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.bank_payment')); ?></a>
</li>
<?php endif; ?>
<?php if(isModuleActive('Bkash') && @$gateway_activations->where('method', 'Bkash')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Bkash'): ?> active show <?php endif; ?>" href="#bkashTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.bkash')); ?></a>
</li>
<?php endif; ?>
<?php if(isModuleActive('SslCommerz') && @$gateway_activations->where('method', 'SslCommerz')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'SslCommerz'): ?> active show <?php endif; ?>" href="#SslCommerzTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.ssl_commerz')); ?></a>
</li>
<?php endif; ?>
<?php if(isModuleActive('MercadoPago') && @$gateway_activations->where('method', 'Mercado Pago')->first()->active_status == 1): ?>
<li class="nav-item mb-2">
<a class="nav-link <?php if(@$methods[0]->method == 'Mercado Pago'): ?> active show <?php endif; ?>" href="#MercadoPagoTab" role="tab" data-toggle="tab" id="1"
aria-selected="true"><?php echo e(__('payment_gatways.mercado_pago')); ?></a>
</li>
<?php endif; ?>
</ul>
</div>
</div>
</div>
<div class="col-xl-12">
<div class="white_box_30px mb_30">
<div class="tab-content">
<?php if(@$gateway_activations->where('method', 'PayPal')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'PayPal'): ?> active show <?php endif; ?>" id="paypalTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.paypal_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'PayPal')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.paypal_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Stripe')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'Stripe'): ?> active show <?php endif; ?>" id="stripeTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.stripe_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Stripe')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.stripe_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayStack')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'PayStack'): ?> active show <?php endif; ?>" id="paystackTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.paystack_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'PayStack')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.paystack_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'RazorPay')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'RazorPay'): ?> active show <?php endif; ?>" id="razorpayTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.razorpay_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'RazorPay')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.razorpay_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayTM')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'PayTM'): ?> active show <?php endif; ?>" id="paytmTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.paytm_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'PayTM')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.paytm_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Instamojo')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'Instamojo'): ?> active show <?php endif; ?>" id="instamojoTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.instamojo_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Instamojo')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.instamojo_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Midtrans')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'Midtrans'): ?> active show <?php endif; ?>" id="midtransTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.midtrans_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Midtrans')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.midtrans_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'PayUMoney')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'PayUMoney'): ?> active show <?php endif; ?>" id="payumoneyTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.payumoney_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'PayUMoney')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.payumoney_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'JazzCash')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'JazzCash'): ?> active show <?php endif; ?>" id="jazzcashTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.jazzcash_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'JazzCash')->first()->logo)); ?>" alt="" >
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.jazzcash_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Google Pay')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'Google Pay'): ?> active show <?php endif; ?>" id="google_payTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.google_pay_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Google Pay')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.google_pay_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'FlutterWave')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if(@$methods[0]->method == 'FlutterWave'): ?> active show <?php endif; ?>" id="flutterWaveTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.flutter_wave_payment_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'FlutterWave')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.flutter_wave_payment_configuration', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(@$gateway_activations->where('method', 'Bank Payment')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if($methods[0]->method == 'Bank Payment'): ?> active show <?php endif; ?>" id="bankTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.bank_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Bank Payment')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('paymentgateway::components.bank_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(isModuleActive('Bkash') && @$gateway_activations->where('method', 'Bkash')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if($methods[0]->method == 'Bkash'): ?> active show <?php endif; ?>" id="bkashTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.bkash_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Bkash')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('bkash::bkash_config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(isModuleActive('SslCommerz') && @$gateway_activations->where('method', 'SslCommerz')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if($methods[0]->method == 'SslCommerz'): ?> active show <?php endif; ?>" id="SslCommerzTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.sslcommerz_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'SslCommerz')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('sslcommerz::config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
<?php if(isModuleActive('MercadoPago') && @$gateway_activations->where('method', 'Mercado Pago')->first()->active_status == 1): ?>
<div role="tabpanel" class="tab-pane fade <?php if($methods[0]->method == 'Mercado Pago'): ?> active show <?php endif; ?>" id="MercadoPagoTab">
<div class="box_header common_table_header ">
<div class="main-title d-md-flex">
<h3 class="mb-0 mr-30 mb_xs_15px mb_sm_20px"><?php echo e(__('payment_gatways.mercado_pago_configuration')); ?></h3>
<ul class="d-flex">
<div class="img_logo_div">
<img src="<?php echo e(showImage(@$gateway_activations->where('method', 'Mercado Pago')->first()->logo)); ?>" alt="">
</div>
</ul>
</div>
</div>
<?php echo $__env->make('mercadopago::config', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/PaymentGateway/Resources/views/components/_all_config_form_list.blade.php ENDPATH**/ ?>