Как получить сегодняшний год на сегодняшний год.
Stats::where('created_at', '>', Carbon::now()->startOfWeek())
->where('created_at', '<', Carbon::now()->endOfWeek())
->get();
Outstanding Ostrich