$this->id, 'note' => $this->company_name, 'address1' => explode(PHP_EOL, $this->address1), 'state' => $this->state, 'city' => $this->city, ]; } }