$this->id, "name" => $this->name, "email" => $this->email, "role" => "Human Resources Manager", "avatar" => asset($this->avatar), "employmentForm" => $this->employment_form->label(), "employmentStartDate" => $this->employment_start_date->translatedFormat("j F Y"), ]; } }