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