belongsTo(Produto::class, 'produto_id'); } public function itemNfe(){ return $this->belongsTo(ItemNfe::class, 'item_id'); } }