@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Tell us more about the role!
@endcomponent
@component('mail::body')
Hi {{ $name }},
Project **{{ $projectName }}** has recently gone live and candidates applying for the **{{ $projectRole }}** role have been invited to complete
a {{ $companySettings['name'] }} Personality Profile.
To help us interpret the results and to provide insight back to you in a way that truly helps your hiring decision, please take 2 minutes to complete our Hiring Manager Survey.
We promise — it's quick and easy and will help to make sure we can focus our report on the things that matter most to you.
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Hiring Manager Survey
@endcomponent
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent