Laravel – display users in foreach loop twice with ordered by date
I have a users table like this: I would like to display a query, where every user is listed twice with different text (created_at / updated_at) and the date. The merged query should be ordered by date (created_at and updated_at).…