Laravel eloquent where date is equal or greater than DateTime May 25, 2023 by Tarik Sounds like you need to use >=, for example: ->whereDate('date', '>=', Carbon::now('Europe/Stockholm'))