@if(empty($lead->voucher_consent))
| 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, '.', '') }} |
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' ]) !!}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')As explained from the governments point of view.
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() }} @endifWe will submit your details to BDUK soon.
@elseif(config('enum.voucher_consent_states')[$lead->voucher_consent] == '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')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')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')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')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')Voucher for this property has been marked as unavailable with reason: {{ $lead->voucher_unavailable_reason}}.
@endif