@component('mail::layout', ['layoutColor' => $layoutColor, 'pixelUrl' => $pixelUrl])
@component('mail::header', ['color' => $layoutColor])
Reminder to do survey.
@endcomponent
@component('mail::body')
Hello {{ $name }},
We recently invited you to complete the Steople High Performing Teams Survey, on behalf of {{ $clientName }}. This survey measures the capabilities required to build and maintain a High Performing Team.
{!! $emailTemplate->body !!}
@component('mail::button', ['url' => $invitationUrl, 'color' => $layoutColor])
Get started now
@endcomponent
Please complete this survey by **{{ $due_date }}**.
If you have any questions, please contact us at info@steople.com.au.
Thank you in advance for taking the time to accurately complete the survey.
@endcomponent
@endcomponent