@php $nameSpace = ucfirst(data_get($pm, 'slug')).'::deposit-preview'; if (data_get($pm, 'slug') == 'paypal') { $paypal = app()->get('paypal'); if (in_array($currency, $paypal->getNonDecimalCurrencies())) { $amount = round($amount); $payment = $paypal->updateSessionData(); } } @endphp @if(view()->exists($nameSpace)) @include($nameSpace) @else
{{ __('Please review the information and confirm.') }}