# {{ __("You've Been Invited!") }}
**{{ $inviterName }}** {{ __('has invited you to join the') }} **{{ $workspaceName }}** {{ __('workspace as a') }} **{{ $role }}**.
{{ __('Accept Invitation') }}
@if($expiresAt)
{{ __('This invitation expires on') }} **{{ $expiresAt }}**.
@endif
{{ __("If you didn't expect this invitation, you can safely ignore this email.") }}
{{ __('Thanks') }},
{{ config('app.name') }}