@if ($payment_gateways->where('method','Stripe')->first()->active_status == 1)
@endif
@if(isModuleActive('Bkash') && $payment_gateways->where('method','Bkash')->first()->active_status == 1)
@endif
@if(isModuleActive('SslCommerz') && $payment_gateways->where('method','SslCommerz')->first()->active_status == 1)
@endif
@if (isModuleActive('MercadoPago') && $payment_gateways->where('method','Mercado Pago')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','RazorPay')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','PayPal')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','PayStack')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','Bank Payment')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','PayTM')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','Instamojo')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','Midtrans')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','PayUMoney')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','JazzCash')->first()->active_status == 1)
@endif
@if ($payment_gateways->where('method','Google Pay')->first()->active_status == 1)
@endif
@if (@$payment_gateways->where('method','FlutterWave')->first()->active_status == 1)
@endif