@if (Gate::check('addTeamMember', $team))
{{ __('Add Team Member') }}
{{ __('Add a new team member to your team, allowing them to collaborate with you.') }}
{{ __('Added.') }}
{{ __('Please provide the email address of the person you would like to add to this team. The email address must be associated with an existing account.') }}
{{ __('Pending Team Invitations') }}
{{ __('These people have been invited to your team and have been sent an invitation email. They may join the team by accepting the email invitation.') }}
@foreach ($team->teamInvitations as $invitation)
{{ __('Cancel') }}
{{ __('Save') }}
{{ __('Leave Team') }}
{{ __('Are you sure you would like to leave this team?') }}
{{ __('Cancel') }}
{{ __('Leave') }}
{{ __('Remove Team Member') }}
{{ __('Are you sure you would like to remove this person from the team?') }}
{{ __('Cancel') }}
{{ __('Remove') }}