@(Model?.profile?.users ?? "User")
@Lang.next_round
Friday, Mar 20, 2026
@Lang.jackpot_prize
30.000.000@Lang.millions_htg
@model LotteryWebApp.Models.HomeIndex_ViewModel @{ ViewData["Title"] = "Millions - Game Home"; Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @functions { public string FormatMoney(string amount) { if (string.IsNullOrEmpty(amount)) return "0"; var clean = new string(amount.Where(c => char.IsDigit(c)).ToArray()); if (long.TryParse(clean, out long val)) { return val.ToString("#,##0", new System.Globalization.CultureInfo("vi-VN")).Replace(",", "."); } return amount; } } @section Styles { }
@(Model?.profile?.users ?? "User")
@Lang.next_round
Friday, Mar 20, 2026
@Lang.jackpot_prize
30.000.000@Lang.millions_htg