@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Candidate 3-month check-in.
@endcomponent
@component('mail::body')
Hi {{ $name }},
It's been three months since {{ $candidateName }} started in your team.
Please take a minute to complete the {{ $companySettings['name'] }} 3-month check-in.
This is a quick survey that helps you to consider how well your new team member is going in the role.
If there are any issues arising, your {{ $companySettings['name'] }} team can look at their profile to see how we can help!
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
3-Month Check-In
@endcomponent
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent