user()->id], ['created_at', '>=', Carbon::now()->startOfDay()], ['created_at', '<=', Carbon::now()->endOfDay()], ])->get(); } }