$this->id ? $this->id : '', 'designation' => $this->designation ? $this->designation : '', 'company' => $this->company ? $this->company : '', 'start' => $this->start ? $this->start : '', 'end' => $this->end ? $this->end : '', 'present' => $this->present == 1 ? true : false, ]; } }