@php $currentTeam = auth()->user()->currentTeam(); $teamInitial = strtoupper(mb_substr($currentTeam->name, 0, 1)); @endphp