{!! Form::open(['route' => 'add_bank_details', 'method' => 'post']) !!} {!! Form::token() !!} {!! Form::hidden('uuid', $lead->uuid) !!} @if(!$lead->commit_state || empty($lead->getCommitSignature())) @include('champion.billing.signature') @php $signature_field_displayed = true; @endphp @endif

We process payments for your account using direct debits. Your charges are outlined above under Subscription and One off charges. We will notify you before monthly payment for your subscription is taken via email.

@if(empty($lead->stripe_id)) @include('champion.billing.customer') @endif

Please have your bank sort-code and account number ready before proceeding.

When you’re ready click the below button to securely submit your payment information with Stripe, our trusted payment processor.

Direct debit
@if($lead->commit_state || !empty($lead->currentSubscription())) @else @endif
{!! Form::close() !!}