$this->id, "name" => $this->fullName, "email" => $this->email, "role" => $this->role->label(), "position" => $this->position, "avatar" => $this->getAvatar(), "deleted" => $this->trashed(), "employmentForm" => $this->employment_form->label(), "employmentDate" => $this->employment_date->toDisplayString(), ]; } }