@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Reports are available.
@endcomponent
@component('mail::body')
Hi {{ $name }},
Project {{ $projectName }} is all done!
All reports for the candidates in this project are available for you to view in your portal.
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Go to Project
@endcomponent
Don't hesitate to get in touch if you have any questions!
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent