laravel show created_at date code example Example: laravel where created_at today $posts = Post::whereDate('created_at', Carbon::today())->get();