Name | +Status | ++ |
---|---|---|
{{$team->name}} | ++ @if(auth()->user()->isOwnerOfTeam($team)) + Owner + @else + Member + @endif + | ++ @if(is_null(auth()->user()->currentTeam) || auth()->user()->currentTeam->getKey() !== $team->getKey()) + + Switch + + @else + Current team + @endif + + + Members + + + @if(auth()->user()->isOwnerOfTeam($team)) + + + Edit + + + + @endif + | +
Name | +Action | +
---|---|
{{$user->name}} | ++ @if(auth()->user()->isOwnerOfTeam($team)) + @if(auth()->user()->getKey() !== $user->getKey()) + + @endif + @endif + | +
Action | +|
---|---|
{{$invite->email}} | ++ + Resend invite + + | +