@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
Welcome to {{ $companySettings['name'] }}!
@endcomponent
@component('mail::body')
Hi {{ $name }},
Thanks for creating your {{ $companySettings['name'] }} account.
You're just one step away from using {{ $companySettings['name'] }} profiling to get better insight on your people!
But first up, we need you to verify your email.
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Click Here
@endcomponent
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent