@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Project outcome.
@endcomponent
@component('mail::body')
Hi {{ $name }},
The {{ $companySettings['name'] }} Profiling project **{{ $projectName }}** was completed 2 weeks ago. Please take a moment to confirm the outcome for this project.
It'll only take a minute. Promise!
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Go to Project
@endcomponent
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent