@extends('emails.layout') @section('content') @if(!empty($recipient->fullname))

Dear {{ $recipient->fullname }}.

@endif @if(empty($recipient->package_id))

In order to be included in the voucher scheme you still need 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.

@endif

Please click here to complete your account.

@endif @endsection