@component('mail::layout', ['layoutColor' => $layoutColor, 'pixelUrl' => $pixelUrl])
@component('mail::header', ['color' => $layoutColor])
Getting organised for the Steople Leading for Performance & Wellbeing Survey
@endcomponent
@component('mail::body')
Hello {{ $name }},
Welcome to the Steople Leading for Performance & Wellbeing Survey!
{!! $emailTemplate->body !!}
@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