Jeśli jest to ostatnie 24 godziny *laravel

$query->where('created_at', '<', Carbon::now()->subDays(1)->toDateTimeString());
Clumsy Copperhead