@extends('layouts.'.env('THEME')) @section('content')
@if(empty($lead)) Please click the ‘unsubscribe’ link found at the bottom of an email you have received from us to let us know you wish to stop receiving emails. @else @if(!empty($lead->user->email)) Email address: {!! $lead->user->email !!}

@endif @if($lead->contact_consent == 0) You have been removed from our mailing list and will no longer receive general informative emails from us.

Click here to undo this action @else You are on our mailing list and will receive useful information from us via email.

Click here to be removed from our mailing list @endif @endif
@endsection