@component('mail::layout', ['layoutColor' => $layoutColor, 'pixelUrl' => $pixelUrl])
@component('mail::header', ['color' => $layoutColor])
You've been invited.
@endcomponent
@component('mail::body')
Hello {{ $name }},
On behalf of {{ $clientName }}, you're invited to take part in the Steople High Performance Teams Survey. 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