just use the Order by method for two times
for example: columns: $posts = Post::orderBy('title', 'desc') ->orderBy('published_at', 'asc') ->get();