@extends('emails.layout') @section('content') @if(!empty($emailLogId) && env('APP_ENV') === 'production') {{ config('app.name') }} @else @if(!empty($logo_override)) logo @else {{ config('app.name') }} @endif @endif

Your address is on our priority list.

{{ $lead->address->full() ?? '' }}

Thank you for registering your interest {{ $lead->address->firstname ?? '' }}!

Firstly, please confirm we have your correct email by clicking this link.


Is your property in a rural part of the UK?

@include('emails.voucher_details')

Finally, please confirm we have your correct email by clicking this link.

@endsection