@component('mail::message') Hi {{ $invitedUser->name ? ' '.$invitedUser->name : $invitedUser->email }}, Your {{ config('app.name') }} Beta Invite is here. Congrats! You get to be one of the first to try {{ config('app.name') }} & see how it makes your life easier by notifying changes in your API. @component('mail::button', ['url' => url('/register') , 'align' => 'left']) Get started @endcomponent Thanks,
{{ config('app.name') }} Team @endcomponent