@extends('spark::layouts.app') @section('scripts') @endsection @section('content')
@include('spark::auth.register-common')
Billing Information
We had trouble validating your card. It's possible your card provider is preventing us from charging the card. Please contact your card provider or customer support.
@if (Spark::collectsBillingAddress())

Billing Address

@include('spark::auth.register-address')

Credit Card

@endif
@{{ cardForm.errors.get('number') }}
@{{ registerForm.errors.get('zip') }}
@{{ registerForm.errors.get('coupon') }}
Tax: @{{ taxAmount(selectedPlan) | currency }}

Total Price Including Tax: @{{ priceWithTax(selectedPlan) | currency }} / @{{ selectedPlan.interval | capitalize }}
@include('spark::modals.plan-details')
@endsection