{{config('app.name')}} logo
{{ $user->currentTeam()?$user->currentTeam()->name:"" }}
{{-- Members {{ $user->currentTeam()?count($user->currentTeam()->users):0 }} Settings --}} @if( count($user->teams) > 1 )
Switch to
@foreach ($user->teams as $team) @if( $team->id != $user->currentTeam()->id) {{ $team->name }} @endif @endforeach
@endif
{{ auth()->user()->name }}
@if(Request::path()!="dashboard") Dashboard @else My Account @endif @impersonating
Switch to Admin @endImpersonating
{{ __('Logout') }}
@csrf