@component('mail::layout', ['layoutColor' => $layoutColor, 'pixelUrl' => $pixelUrl]) @component('mail::header', ['color' => $layoutColor]) You've been invited. @endcomponent
@component('mail::body') Hello {{ $name }},
@if($isAdminCreated) Your Steople Leading for Performance & Wellbeing assessment is now ready for you to complete. @else Thank you for submitting your nominations for feedback on the Steople Leading for Performance & Wellbeing Survey. The nominations have now been finalised and it's time for you to complete the survey! @endif {!! $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