@{ ViewData["Title"] = "ProfileInfo"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Models; @using LotteryWebApp.Common; @using System.Globalization; @model ProfileProfileInfo_ViewModel @{ DateTime oDateTo = DateTime.ParseExact(Model.profile.birthday, "dd/MM/yyyy", CultureInfo.InvariantCulture); String dateTo = oDateTo.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture); } @*//*@
@{
@await Component.InvokeAsync("SmallHeader", new { title = Lang.profile.ToUpper()})
}
@{ if (Model.code != Code.SUCCESS) {
} else {

@Lang.success

@Lang.update_successful


} }