@if (setting('payment_paypal_status') == 1)
{!! BaseHelper::clean(get_payment_setting('description', 'paypal')) !!}
@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())