{!! Theme::section('user.products.stripe-js',['post'=>$post]) !!}
{{ csrf_field() }}
@if($product->product_type==1)
Subscription Cycles :
Minimum {{$product->subscription_min_cycle}}
@endif
Card Details
Card Number
*
Expiry Month
*
Select Month
01
02
03
04
05
06
07
08
09
10
11
12
Expiry Year
*
Select Year
@for($y=$current_year;$y < $last_year;$y++)
{{$y}}
@endfor
CVC
*
Customer Details
{{trans('product.name-of-the-receiver')}}
*
Email Address
*
Billing Address
*
Is your billing address same for delivery?
Yes
No
Address
*
Show address
Address Line
Do you have a STE/Unit/Suite?
Yes
No
STE/Unit/Suite #
{{trans('product.city-name')}}
{{trans('product.zip-code')}}
{{trans('product.state-province')}}
{{trans('product.country')}}
{{trans('product.mobile-number')}}
*
{{trans('product.total-amount')}}:
{!! $currencyIcon !!}
{{number_format($subTotal, 2, '.', ',')}}
*
Final Payable Amount:
{!! $currencyIcon !!}
{{number_format($subTotal, 2, '.', ',')}}