# Survey Invitation
Dear {{ $recipientName }},
You have been invited to participate in a survey: **{{ $survey->title }}**
@if($personalMessage)
{{ $personalMessage }}
@endif
Take Survey
This survey link will expire on {{ $invitation->expires_at->format('F j, Y') }}.
Thanks,
{{ config('app.name') }}