worker_id ? $this->worker->name . ' (' . $this->worker->email . ')' : '-'; } public function projectLink() { return link_to_route('projects.show', $this->project->name, [$this->project_id]); } public function projectFeaturesLink() { return link_to_route('projects.features', trans('project.features'), [$this->project_id]); } }