@php $currentTeam = auth()->user()->currentTeam(); $teamInitial = strtoupper(mb_substr($currentTeam->name, 0, 1)); @endphp
{{-- Expanded: inline switcher (team name + up/down chevron) --}}
Teams
@foreach (auth()->user()->teams as $team) @endforeach
{{-- Collapsed: square initial with flyout menu --}}