You have been invited to collaborate on Coolify.

Team
{{ $team->name }}
Role
{{ ucfirst($invitation->role) }}
@if ($alreadyMember) You are already a member of this team. Dismiss the invitation to continue. @endif
@csrf {{ $alreadyMember ? 'Dismiss invitation' : 'Accept invitation' }}