@php $payment_setting = Utility::getCompanyPaymentSetting($user->id); $currency = isset($payment_setting['currency']) ? $payment_setting['currency'] : 'USD'; @endphp
@csrf
{{ __('Owner Name') }}
*
{{ __('Amount') }}
*
{{ $currency ? $currency : 'USD' }}
{{ __('Card Number') }}
*
{{ __('Please enter a 16-digit card number.') }}
{{ __('CVV') }}
*
{{ __('Expiration') }}
*
/
{{ __('pay') }}