@component('mail::layout', ['layoutColor' => $layoutColor]) @component('mail::header', ['color' => $layoutColor]) You've been invited. @endcomponent
@component('mail::body') Hi, You have been invited to be one of {{ $inviter }}'s team members for their {{ $companySettings['name'] }} projects. This means that you will automatically be included when they set up a job. @if ($new) Click below to set up your {{ $companySettings['name'] }} Portal and access the project details. @component('mail::button', ['url' => $url, 'color' => $layoutColor]) 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