Level 75
If it works, I'd consider using as is, see: https://laracasts.com/discuss/channels/laravel/sql-native-to-query-builder
Make sure to bind parameters. Fyi, eloquent has to convert to regular sql at runtime.
Unless you need eloquent relations, then first you need to setup the relations.