@using NEducation.Controllers; @using NEducation.Content.Texts @{ ViewBag.Title = "Profiles"; Layout = "~/Views/Shared/_LayoutHome.cshtml"; } @model NEducation.Models.ProfileModel @* *@

@Lang.MyInformation @*Thông tin của tôi*@

@Lang.ChooseYourPicture @*Chọn ảnh của bạn*@

@*H*@ @*H *@ @{ System.Diagnostics.Debug.WriteLine("image: " + Model.profileDetail.picture); if (Model.profileDetail.picture == "") { H } else { } }
@using (Html.BeginForm("UploadImage", "Home", FormMethod.Post, new { id = "myForm", enctype = "multipart/form-data" })) { @**@ @*@ViewBag.Message*@ }
@Lang.Determination
@Lang.Hope
@Lang.Clever
@Lang.Active
@Lang.Strong
@Lang.Passion
@Lang.Enthusiasm
@Lang.Aspiration
@Lang.Secret
@Lang.Confident
@*
*@
@*@Model.profileDetail.birthday*@
@*
*@
@* *@