@{ ViewBag.Title = "Course"; } @*@using NEducation.NEduService;*@ @using NEducation.Code; @using NEducation.Content.Texts; @using NEducation.Controllers; @model NEducation.Models.CourseModel @section navMenu{ @{ if (Model.courseType == UtilsController.Constant.VN_LISTEN || Model.courseType == UtilsController.Constant.LAO_LISTEN) { @Lang.Home @Lang.english @Lang.vietnamese @Lang.laos @**@ } else { @Lang.Home @Lang.Vocabulary @Lang.Grammar @Lang.Listening @Lang.MiniGame } } } @section menu{ @{ if (Model.courseType == UtilsController.Constant.VN_LISTEN || Model.courseType == UtilsController.Constant.LAO_LISTEN) { @Lang.Home @Lang.english @Lang.vietnamese @Lang.laos @* @Lang.Ebook *@ @**@ } else { @Lang.Home @Lang.Vocabulary @Lang.Grammar @Lang.Listening @Lang.MiniGame @**@ } } }
@* voca promotion *@
@*
*@
@if (Model.courseType == "1") {

MEDU VOCABULARY @*BIBLIOTHÈQUE DE VOCABULAIRE DE NEDU*@

@*Không Ngôn Ngữ*@ @*@Lang.Common_des_2*@ Common_des_2 @*Hơn 100 khóa Apprendre l'anglais Vocabulaire theo chủ đề dành cho mọi đối tượng.*@ @*Plus de 100 cours de vocabulaire anglais classifié selon des sujets pour vous*@

} else if (Model.courseType == "2") {

MEDU GRAMMAR @*NEDU COURS DE GRAMMAIR*@

@*Thư viện khóa học ngữ pháp dành cho mọi đối tượng.*@ @Lang.GrammarSystem @*Biblothèque de cours de grammaire pour tous*@

} else if (Model.courseType == "3") {

MEDU LISTENING @*Listening Courses*@

@Lang.SpeakingSystem @*Bao gồm các khóa học nghe tốt nhất cho bạn.*@

} else if (Model.courseType == "10") { MiniGame }
@{ if (Model.category.listCourse != null) { foreach (Course course in Model.category.listCourse) { //} } } }