@component('mail::layout', ['layoutColor' => $layoutColor])
@component('mail::header', ['color' => $layoutColor])
You've been invited.
@endcomponent
@component('mail::body')
Hi,
{{ $body }}
@if ($new)
Click below to set up your {{ $companySettings['name'] }} Portal and access the project details.
@component('mail::button', ['url' => $url, 'color' => 'blue'])
Sign up
@endcomponent
@else
Click below to sign in to your {{ $companySettings['name'] }} Portal and access the project details.
@component('mail::button', ['url' => $url, 'color' => $layoutColor])
Sign in
@endcomponent
@endif
Thanks,
The {{ $companySettings['name'] }} Team
@endcomponent
@endcomponent