calculateDays($request->yearPeriod(), $request->from(), $request->to()); return new JsonResponse($days->all()); } }