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