', $this->fullName(), $this->entity->email)); } public function fullName() { return $this->entity->first_name . ' ' . $this->entity->last_name; } }