@Lang.Hi @Model.profileDetail.fullName @Lang.WelcomeBack
@Lang.YourCourses @*Các khoá bạn đang học*@
@{ if (check == true)
{
for (int i = 0; i < Model.history.listCourseHistory.Count; i++)
{
HistoryElement history = Model.history.listCourseHistory[i];
}
}
else
{
}
}