@php $itemprice24= 0; foreach ($order->orderdetail as $orderdetail){ $itemprice24 += $orderdetail->totalprice; } $subtotal4 = $itemprice24; $totalDueCap = (($subtotal4-$order->coupon_discount) + $order->totalshippingcost + $order->shippingsurcharges + $order->salestax1) - $order->paymentamount; @endphp

Credit Card

@csrf
@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)
@else
@endif @else @if($setting->is_new_authorizenet_process == 1)
Loading...

Loading secure payment form...

@else
@endif @endif