@using Resources @model Weee.Models.CertificationCompany @{ ViewBag.Title = "Update Company Info"; Layout = "~/Areas/Certification/Views/Shared/_CertificationLayout.cshtml"; } @using (Html.BeginForm("UpdateCompanyInfo", "Account", FormMethod.Post, new { @class = "form-horizontal" })) { @Html.AntiForgeryToken()