{{ cleanLang(__('lang.select_payment_method')) }}
@if(config('system.settings_stripe_status') == 'enabled')
@endif @if(config('system.settings_razorpay_status') == 'enabled')
@endif @if(config('system.settings_paypal_status') == 'enabled')
@endif @if(config('system.settings_mollie_status') == 'enabled')
@endif @if(config('system.settings2_tap_status') == 'enabled')
@endif @if(config('system.settings2_paystack_status') == 'enabled')
@endif @if(config('system.settings_bank_status') == 'enabled')
@endif
{{ cleanLang(__('lang.complete_your_payment')) }}
@include('pages.pay.pleasewait') @if(config('system.settings_bank_status') == 'enabled') @include('pages.pay.bank') @endif