@extends('emails.layout') @section('content') @if(!empty($recipient->fullname))
Dear {{ $recipient->fullname }}.
@endifI'm pleased to inform you that the fibre upgrade project in your area is moving forwards into the next stage. We had initially hoped to have gained a higher participation than we have achieved to date, allowing us to make a more defined plan for the network roll out.
Previous experience has shown that the best way to encourage wider participation is to get the project off the ground, by delivering connectivity to those of you that have already registered your support for the project. Our registrations cover a diverse geographical area. For this reason we may need to prioritise certain groups of participating properties above the more isolated in the initial rollout plan, please bare with us.
The current gigabit voucher scheme provided by the government through the DCMS department is due to expire on the 31st of March this month. In order to help secure your properties voucher it will need to be initiated before this date, otherwise it will be reliant on a new government scheme (renewal) which details are unknown at this time. We understand that there are many of you that are eager to get connected as soon as possible so we feel it is right to move forward as best we can with the participation we currently have.
Our role so far in this project has been to help understand the parish's requirements, determine the interest/demand and help to facilitate a community scheme. {{ config('app.name') }} is a key gigabit fibre broadband supplier recognised and working with the governments BDUK scheme, enabling you to claim your scheme voucher to cover the cost of your fibre installation.
We can not provide you with a quote until you select a package to complete your account.
@if(!empty($recipient->user) && $recipient->user->default_password == 1)We sent your default password to you in an email when you first registered interest. Don't worry if you can't find or remember it, you'll be able to reset it.
@endifPlease click here 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())
Action required: Click here to give consent for your details to be passed to BDUK
If you have any questions regarding this step please contact us using the following contact information
Telephone: {{ env('TEL') }}
Email: {{ env('MAIL_FROM_ADDRESS') }}
@endsection