@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
You're ready to go!
@endcomponent
@component('mail::body')
Hi {{ $name }},
Your {{ $companySettings['name'] }} account is now all set up, verified and ready to go.
Some important tips for you...
## ) The Portal
Your portal is where the magic happens. Set up profiling projects, and manage and monitor progress in real time!
## ) We're here to help!
Our team is always available to provide help and understanding around the {{ $companySettings['name'] }} Personality Profiles, so don't hesitate to get in touch.
## ) Features and Insights
There are a range of automated features and insights built into your {{ $companySettings['name'] }} portal.
Check out the [FAQs]($faqLink) page or [book a demo]($demoLink) for more info!
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Go to Portal
@endcomponent
Happy Profiling!
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent