@php $stripeSettings = get_batch_settings(['payment.stripe_enabled']); $stripeSettings = array_merge(['payment.stripe_enabled' => false], $stripeSettings); @endphp

{{ t('stripe') }}

{{ t('credit_card_international_payments') }}

@if ($settings['payment.stripe_enabled']) {{ t('active') }} @else {{ t('not_configured') }} @endif