How to use order by in Laravel when it uses CASE WHEN? Try this: ->orderByRaw( "CASE WHEN <CONDITION> THEN < > ELSE < > END DESC" )