@Html.LabelFor(model => model.REFERENCE_ADHERENT, "REFERENCE ADHERENT", htmlAttributes: new { @class = "control-label " })
@Html.DropDownList("REFERENCE_ADHERENT", null, htmlAttributes: new { @class = "form-control" })
@Html.ValidationMessageFor(model => model.REFERENCE_ADHERENT, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.CODE_TYPE_PAIEMENT, "TYPE DE COTISATION", htmlAttributes: new { @class = "control-label " })
@Html.DropDownList("CODE_TYPE_PAIEMENT", null, htmlAttributes: new { @class = "form-control" })
@Html.ValidationMessageFor(model => model.CODE_TYPE_PAIEMENT, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.DATE_PAIEMENT, htmlAttributes: new { @class = "control-label " })
@Html.EditorFor(model => model.DATE_PAIEMENT, new { htmlAttributes = new { @class = "form-control", @id = "kt_datepicker_3", @type = "text" } })
@Html.ValidationMessageFor(model => model.DATE_PAIEMENT, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.MONTANT_PAYE, htmlAttributes: new { @class = "control-label " })
@Html.EditorFor(model => model.MONTANT_PAYE, new { htmlAttributes = new { @class = "form-control"} })
@Html.ValidationMessageFor(model => model.MONTANT_PAYE, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.DATEDEBUTPAYERCOTISATION, htmlAttributes: new { @class = "control-label " })
@Html.EditorFor(model => model.DATEDEBUTPAYERCOTISATION, new { htmlAttributes = new { @class = "form-control", @id = "kt_datepicker_3", @type = "text" } })
@Html.ValidationMessageFor(model => model.DATEDEBUTPAYERCOTISATION, "", new { @class = "text-danger" })
@Html.LabelFor(model => model.DATEFINPAYERCOTISATISATION, htmlAttributes: new { @class = "control-label " })
@Html.EditorFor(model => model.DATEFINPAYERCOTISATISATION, new { htmlAttributes = new { @class = "form-control", @id = "kt_datepicker_3", @type = "text" } })
@Html.ValidationMessageFor(model => model.DATEFINPAYERCOTISATISATION, "", new { @class = "text-danger" })