@{
ViewBag.Title = "Index";
Layout = "~/Views/Shared/_LayoutHome.cshtml";
}
@using NEducation.Content.Texts;
@using NEducation.Controllers;;
@using NEducation.Models;
@model EbookModel
@section navMenu{
@Lang.Home
@Lang.Vocabulary
@Lang.Grammar
@Lang.Listening
@*
@Lang.Ebook
*@
*@
| # | Menu | Book | Description | Download |
|---|---|---|---|---|
| @(count + 1) | @menu.name | @book.name | @description.name | @download.name |