Level 29
Not as query, you can use sum() in Laravel but it will only work on collections and not queries.
The Laravel docs also make use of DB:raw to get the SUM with a query https://laravel.com/docs/11.x/queries#raw-methods
This is an example on how to use sum() on a collection https://laravel.com/docs/11.x/collections#method-sum