@if ($menuType == 'project' || $menuType == 'default') @if(isset($projectTypeAvatars[$currentProjectType]) && $projectTypeAvatars[$currentProjectType] != "avatar") @else @endif {{ $currentProject['name'] ?? "" }}  @else {!! __('menu.projects') !!} @endif @include('menu::partials.projectSelector', [])