@using Resources @model Weee.Areas.Admin.ViewModels.HomeViewModel @{ ViewBag.Title = Resource.HomePage; Layout = "~/Areas/admin/Views/Shared/_AdminLayout.cshtml"; }
@Resource.CompanyName | @Resource.CEOName | @Resource.CompanyRegisterDate | @Resource.EnabledStatus |
---|---|---|---|
@normalCompany.Name | @normalCompany.CEOName | @normalCompany.RegisterDate.ToLongDateString() | @normalCompany.Status |
@Resource.CompanyName | @Resource.CEOName | @Resource.CompanyRegisterDate | @Resource.EnabledStatus |
---|---|---|---|
@certificationCompany.Name | @certificationCompany.CEOName | @certificationCompany.RegisterDate.ToLongDateString() | @certificationCompany.Status |
@Resource.LCAType | @Resource.Starter | @Resource.StarterPhone | @Resource.CompanyName |
---|---|---|---|
@lca.LCATypeDisplayName | @lca.LCAStarter | @lca.LCAStarterPhone | @lca.Owner.Name |