{{ auth()->user()->myTeam->name ?? auth()->user()->name ?? __('undefined') }}
{{ auth()->user()->myTeam->name ?? auth()->user()->name ?? __('undefined') }}
{{ auth()->user()->phone ?? __('undefined') }}
{{ __('create a new team') }}
@forelse (auth()->user()->teams()->active()->get() as $team )
@if ($team->id !== auth()->user()->default_team)
@else
@endif
@empty
{{ __('Nothing to show here yet, Please check back later!') }}
@endforelse

{{ __('Do you want to log out of your account?') }}