@if(empty($lead->voucher_consent))

Voucher information

Contact: {!! $lead->fullname !!} @if(!empty($lead->user->email)) {!! $lead->user->email !!} @endif @if(!empty($lead->address->telephone)) {!! $lead->address->telephone !!} @endif
Property: @if(!empty($lead->address)) {!! $lead->address->postal() !!} @endif
Value (est): £{{ number_format((float)$lead->voucherValue(), 2, '.', '') }}
Your voucher covers the costs of:

The money from your voucher will not be released until you confirm with BDUK that you are connected and satisfied.

@if($something_missing) {!! Form::model($user->lead, ['route' => ['lead.address_update', $address->id], 'id' => 'complete_profile_form' ]) !!}

Complete your profile first

Your profile records are incomplete which could result in us being unable to service you. Please provide the following information.

@method('PATCH') {!! Form::hidden('page', $active_page) !!} @foreach($address->getAttributes() as $key => $val) @if(in_array($key, $completeProfileFields) && empty($val)) @if($key == 'type')
Address type:   {!! Form::select('type', array_slice(config('enum.address_types'), 0, 3), $address->type ?? 1, ['id' => 'type-select']) !!}
@elseif($key == 'telephone') {!! Form::text('telephone', $address->telephone ?? '', [ 'placeholder' => 'Contact phone number', 'class' => 'form-control', 'maxlength' => 22]) !!} @else
{!! Form::text($key, $address[$key] ?? '', [ 'placeholder' => ucfirst($key), 'class' => 'form-control']) !!}
@endif @endif @endforeach
{!! Form::close() !!} @endif
Click for more info on the voucher process

BDUK voucher claim process

As explained from the governments point of view.

Voucher process

Your preliminary package

Flexible terms to suit your situation. @if(empty($lead->package_id))

We can not provide you with a quote until you select a package to complete your account.

@else {{ $package->title }} @if(!$package->isBespoke()) {{ $package->getDownSpeedUnit() }} @endif
@if(!$package->isBespoke()) {!! $package->priceMonthly() !!} @endif {!! $package->getDescription($lead->isVoucher()) !!} @if(!$package->isBespoke()) @endif @endif If you would like to change your package click here.

Continue   @elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'agreed')

Voucher processing

We will submit your details to BDUK soon.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'requested')

Voucher requested

We have submitted your details to BDUK. They should have emailed you with your voucher for confirmation. Please find the email (check your junk) and follow it’s instructions.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'initiated')

Your voucher has been initiated

Our records show that you have responded to the email from BDUK. Once you are live we will contact you to conclude the voucher claim.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'claim_requested')

Action required for conclusion

BDUK should have contacted you by email or phone to confirm you are happy with your service. Please check your email and respond.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'cancelled')

Voucher cancelled

Your properties voucher claim has been cancelled. This can happen for a number of reasons including:

If you think something is wrong or you have any questions please contact us by clicking here.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'approved' || config('enum.voucher_consent_states')[$lead->voucher_consent] == 'paid')

Claimed

Your voucher claim is complete, thank you.

@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == 'unavailable' || config('enum.voucher_consent_states')[$lead->voucher_consent] == 'paid')

Claim unavailable

@if(!empty($lead->voucher_unavailable_reason))

Voucher for this property has been marked as unavailable with reason: {{ $lead->voucher_unavailable_reason}}.

@endif Property: @if(!empty($lead->address)) {!! $lead->address->postal() !!} @endif @endif