generateDoubleSection([new Text('contact'), new Text('site')]); $this->generateDoubleSection([new Text('contact_mail'), new Text('contact_phone')]); $this->generateDoubleSection([new Text('street'), new Text('building')]); $this->generateDoubleSection([new Text('floor'), new Text('room')]); $this->generateDoubleSection([new Text('post_code'), new Text('town')]); $this->generateDoubleSection([new Text('state'), new Text('county')]); } }