belongsTo(Cliente::class, 'cliente_id'); } public function troca(){ return $this->belongsTo(Troca::class, 'troca_id'); } }