map(fn (Project $project) => [ $project->id, $project->name, $project->id === $this->user()->current_project_id ? 'Yes' : 'No', ])->toArray(), ); } }