@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 Cardholder's Name Card Number @{{ cardForm.errors.get('number') }} Security Code Expiration ZIP / Postal Code @{{ registerForm.errors.get('zip') }} Coupon Code @{{ registerForm.errors.get('coupon') }} I Accept The Terms Of Service @{{ registerForm.errors.get('terms') }} Tax: @{{ taxAmount(selectedPlan) | currency }} Total Price Including Tax: @{{ priceWithTax(selectedPlan) | currency }} / @{{ selectedPlan.interval | capitalize }} Registering Register @include('spark::modals.plan-details') @endsection