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