belongsTo(Product::class); } public function Invoice() { return $this->belongsTo(Invoice::class); } }