You've been invited to {{ $invitation->team->name }}

{{ $invitation->invitedBy->name }} ({{ $invitation->invitedBy->email }}) invited you to join their workspace as a {{ $invitation->role }}.

Accept invitation

Or paste this URL in your browser:
{{ $acceptUrl }}

@if ($invitation->expires_at)

This invitation expires {{ $invitation->expires_at->diffForHumans() }}.

@endif