@model GiftCardModel @{ //page title ViewBag.Title = T("Admin.GiftCards.AddNew").Text; } @using (Html.BeginForm()) {