rua, $this->numero - $this->bairro " . $this->cidade->info; } public function cidade(){ return $this->belongsTo(Cidade::class, 'cidade_id'); } }