@if (!$cardData->isEmpty())
@endif
isEmpty()) style="display: none;" @endif>
@php
$is_custom_merchant_type = 1;
if(!empty($order->billingcountry) && $order->billingcountry == 'United States'){
$is_custom_merchant_type = $setting->domestic_payment_process;
}else{
$is_custom_merchant_type = $setting->international_payment_process;
}
@endphp
@if($is_custom_merchant_type == 1)
@if($setting->is_new_paypal_process == 1)
Please enter card
Please enter expiry
@else
@endif
@else
@if($setting->is_new_authorizenet_process == 1)
Loading...
Loading secure payment form...
@else
@endif
@endif