I would like to find the date stamp of monday, tuesday, wednesday, etc. If that day hasn\'t come this week yet, I would like the date to be this week, else, next week. Thank
You can use Carbon library.
Example: Next week friday
Carbon::parse("friday next week");