I used this query:
Product::whereId($item->id)->sum(function ($row) { return $row->quantity * ($row->variable ?? 1); }); <