$from = Carbon::parse('2022-10-01'); $to = Carbon::parse('2022-12-20'); User::whereBetween('created_at', [$from, $to])->get();