{!! Form::open(['route' => 'early_commit', 'method' => 'post']) !!} {!! Form::token() !!} {!! Form::hidden('uuid', $lead->uuid) !!} {!! Form::hidden('start', null, ['class'=>'booking_start']) !!} {!! Form::hidden('end', null, ['class'=>'booking_end']) !!} @if($lead->commit_state && !empty($lead->getCommitSignature())) @if($lead->isVoucher()) {!! Form::hidden('revoke', 1) !!}
If you can no longer commit to the subscription outlined above please notify us by clicking the button below.
You will be asked to submit payment information once your service is live.
@if($lead->isVoucher())You have the right to cancel your subscription in it’s first 14 days.
We understand that your circumstances may change. If they do and you need to revoke your commitment you can do so by returning to this page or contacting us directly.
You will receive an email from the government (BDUK) to initiate your voucher a few days after you commit. Be sure to look out for it and follow it’s instructions.
@endif