@using OSS.Models @model CompanyAmmendmentExternal @{ Layout = "~/Views/Shared/_Layout.cshtml"; }

  PROJECTS Amendment of Certificate Details

@using (Html.BeginForm("PostAmendmentApplication", "NewCOI", FormMethod.Post, new { id = "social", @novalidate = "novalidate", @class = "needs-validation text-left section social" })) { @Html.AntiForgeryToken()
@ViewBag.Error
      Incorporation Details

@Html.TextBoxFor(m => m.CertificateNo, new { @name = "CertificateNo", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
Invalid Input
@Html.TextBoxFor(m => m.IssuedDate, new { @name = "IssuedDate", @class = "form-control mb-4", @id = "IssuedDate", @type = "text", @required = "true" })
Invalid Input
@Html.TextBoxFor(m => m.ProjectName, new { @name = "ProjectName", @class = "form-control mb-4", @id = "LastName", @type = "text", @required = "true" })
Invalid Input

      Reason of Amendment

Invalid Input

}