@section('style') @endsection @if(empty($user->lead->package_id) && empty($user->lead->viewed_profile) && !empty($packages)) @endif @if(empty($packages))

We are still in the process of putting together package options for your address.

@if(!empty($user->lead->address->short()))

{{ $user->lead->address->short() }}

@endif

We will send you an email to {{ $user->email }} once your package options are ready. Change your email by clicking here. Feel free to get in touch with us using the form at the bottom of this page for up-to-date information.

@else {!! Form::model($user->lead, ['route' => ['lead.update', $user->lead->id], 'id' => 'package_form' ]) !!} @method('PATCH') @if($user->lead->isVoucher()) {!! Form::hidden('page', 'voucher') !!} @elseif(empty($user->lead->package_id)) {!! Form::hidden('page', 'profile') !!} @else {!! Form::hidden('page', $active_page) !!} @endif
@if(!empty($user->lead->getArea()->live_date) && $user->lead->getArea()->live_date > \Carbon\Carbon::now())

Earliest estimated connection date: {!! $user->lead->getArea()->live_date->format('D jS M') !!}

@endif @if(!empty($user->lead->getArea()) && !$user->lead->getArea()->isInstalling())

We have put together some preliminary package options for you to choose from. Rest assured that at this stage you’re not committing to pay for anything. You are just letting us know the level of service you will be looking for to help us plan our network in {{ $user->lead->address->getPostcodeArea()->name ?? 'your area' }}.

@endif @if(!empty($voucher_area))

The gigabit voucher scheme will help cover the costs of installing the infrastructure from our source location to your residence. From there you will need to select one of our packages to receive your ultrafast internet service. You can also delay the start date of your service until a date that suits you (helpful if you already have an active internet contract)

Our goal is to work with the community to provide the best service possible. We welcome your input so feel free to get in touch with any questions.

@if(empty($faqs))

You can also click here to see some common questions and answers.

@else
Click to see common questions and answers
@foreach($faqs as $faq)
{{ $faq->question }}
{{ $faq->answer }}
@endforeach
@endif @endif

Please select the package below that best suits your needs.

Select contract length
Select contract type
@if($user->lead->isVoucher())
id) ? 'checked="checked"' : '') }} /> No package You’ll miss the opportunity to claim your voucher.
Notice If you don’t require ultrafast broadband right now then you still have options. It would be a shame for you to miss the opportunity of having your residence connected to the UK’s fibre optic network for free. Often customers want to wait until their current broadband contract has ended. In this case we can still help you claim your voucher and postpone your ultrafast service to a date that suits you.
show your options
@elseif($user->lead->isBau())
id) ? 'checked="checked"' : '') }} /> No package Select a package to continue.
@endif
@foreach($packages as $pack) @php $package_class = $pack->type.'-'.$pack->months; @endphp @endforeach
When would you like to upgrade?
*For preliminary planning only. We will arrange and confirm your actual install date once you commit.
{!! Form::select('upgrade_time_type', $upgrade_time_types, $user->lead->upgrade_time_type, ['id'=>'upgrade_time_type-select', 'class' => 'p-1']) !!}
Please select a date
{!! Form::close() !!} @section('script') @endsection @endif