enter code hereCourse::where(\'price\', \'>=\', $min)->where(\'price\', \'<=\', $max)->with(\'subCourse\')->get();
enter code here