Coolify

Team Invitation

You have been invited to join:

{{ $team->name }}

Role: {{ ucfirst($invitation->role) }}

@if ($alreadyMember)

You are already a member of this team.

@endif
@csrf {{ $alreadyMember ? 'Dismiss Invitation' : 'Accept Invitation' }}