# You've been invited!
**{{ $inviterName }}** has invited you to join **{{ $companyName }}** as **{{ $roleName }}**.
@if($hasAccount)
Log in to accept the invitation:
@else
Create your account to get started:
@endif
{{ $hasAccount ? 'Log In & Accept' : 'Create Account & Accept' }}
If you don't want to join, you can decline this invitation.
This invitation will expire in 7 days.
Thanks,
{{ config('app.name') }}