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

  PROJECTS Extend Implementation Period of Project

@using (Html.BeginForm("PostExtension", "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 for Extention

@Html.TextAreaFor(m => m.Reason, new { @rows = "2", @name = "Reason", @class = "form-control mb-4", @id = "Reason", @type = "text", @required = "true" })
Invalid Input

       Select additional amendment services

Invalid Input

}