@if (setting('payment_paypal_status') == 1)
{!! BaseHelper::clean(setting('payment_paypal_description')) !!}
@php $supportedCurrencies = (new \Botble\PayPal\Services\Gateways\PayPalPaymentService)->supportedCurrencyCodes(); @endphp @if (function_exists('get_application_currency') && !in_array(get_application_currency()->title, $supportedCurrencies) && !get_application_currency()->replicate()->where('title', 'USD')->exists())