@if($exceptCreditCards)
Card
@endif @if($exceptCash)
Cash
@endif @if($exceptGiftCards)
Gift Card
@endif
@if(count($customerPaymentMethods)>=1)
- Saved Payment Methods -
@foreach($customerPaymentMethods as $customerPaymentMethod)
{{ $customerPaymentMethod['card_brand'] }} | ****-****-****-{{ $customerPaymentMethod['last_4'] }} | Exp: {{ $customerPaymentMethod['exp_month'] }}/{{ $customerPaymentMethod['exp_year'] }}
@endforeach
- OR -
@endif
Card Number
Date
CVV
@if($allowCustomerToSaveCardOnFile)
Save this card for future use?
@endif
Submit Order
(Click only once to avoid duplicate orders)
@if($processingFee)
* A {!! $processingFee !!}% processing fee is added when paying by card
@endif
Please pay with Cash when you receive your order, Thank you
Submit Order
(Click only once to avoid duplicate orders)
Submit Order
(Click only once to avoid duplicate orders)