@{ ViewData["Title"] = "Transfer"; Layout = "~/Views/Shared/_NothingLayout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @using LotteryWebApp.Extensions; @using LotteryWebApp.Service; @using System.Globalization; @model HomeTransfer_ViewModel @{ if (Model.transferData != null) { } }
@await Component.InvokeAsync("SmallHeader", new { title = Lang.transfer.ToUpper()})
@{ if (Model.step != Constants.TRANSFER_RESULT) {

@double.Parse(Model.userStatus.bet_coin).ToString("N0",new CultureInfo("en-US")) HTG


} }
@Html.AntiForgeryToken() @{ if (Model.step == Constants.TRANSFER_SHOW || Model.step == Constants.TRANSFER_CONFIRM) { // for choosing
@Lang.select_an_account
if (Model.step == Constants.TRANSFER_SHOW) { } else { if (Model.walletType == Constants.BASIC_WALLET_TRANSFER) { } else { } } //
// // //
// //
//
//if (Model.walletType == Constants.NATCASH_WALLET_TRANSFER) //{ //
// // //
// //
//
//}
if (Model.step == Constants.TRANSFER_SHOW) { //
// // // // // //
@Lang.or_select
20
50
100
200
300
500
} else if (Model.step == Constants.TRANSFER_CONFIRM) {
@Lang.fee_tranfer
@Lang.free
} } else if (Model.step == Constants.TRANSFER_RESULT) {

@Lang.success

@Lang.transfer_success


@Lang.amount_transfered
@double.Parse(Model.transaction.money).ToString("N0",new CultureInfo("en-US")) HTG
@Lang.transfer_method
@{ if (Model.walletType == Constants.BASIC_WALLET_TRANSFER) {
@Lang.basic_account
} else {
@Lang.NatCash
} }
@Lang.sender
@Model.transaction.acountSend
@Lang.receiver
@Model.transaction.acountRecieve
@Lang.fee
0 HTG

@Lang.time
@Model.transaction.timeRequest
} }