You have been invited to collaborate on MapleDeploy.

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