@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 your self-assessment in the Steople Leading for Performance & Wellbeing Survey.
{!! $emailTemplate->body !!}
Please complete this survey by **{{ $due_date }}**. The survey will take approximately {{ $survey_duration }} to complete.
@component('mail::button', ['url' => $invitationUrl, 'color' => $layoutColor])
Get started
@endcomponent
If you have any questions, please contact us at info@steople.com.au.
Thank you!
@endcomponent
@endcomponent