updated at - created at is equal 48 hours in eloquent code example
Example: laravel where creation is today carbon
$posts = Post::whereDate('created_at', Carbon::today())->get();
$posts = Post::whereDate('created_at', Carbon::today())->get();