reference_id); return [ 'id' => $this->id, 'type' => $this->type, 'reference_id' => $this->reference_id, 'name' => $this->name, 'designation' => $this->designation, 'contact' => $this->contact, 'email' => $this->email, 'company' => Company::make($comapny) ]; } }