Switch Team

@if (auth()->user()->otherTeams()->count() > 0)
@foreach (auth()->user()->otherTeams() as $team) {{ $team->name }} @endforeach
@endif