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

  COMPANY Attachments

@using (Html.BeginForm("Payment", "NewCOI", FormMethod.Post, new { id = "social", @novalidate = "novalidate", @class = "needs-validation text-left section social", enctype = "multipart/form-data" })) { @Html.AntiForgeryToken()
@ViewBag.Error

 Select Pick-up office


@Html.DropDownListFor(m => m.Station, new List{ new SelectListItem{ Text="List of Available TISEZA-Offices", Value = "" ,Selected= true}, new SelectListItem{ Text="HEAD-OFFICE:(Golden Jubilee Tower, Garden Avenue, P.O. Box 938, Mobile:+255737879087)", Value = "HQ" }, new SelectListItem{ Text="SOUTHERN HIGHLAND ZONE:(NBC Building, Karume Avenue,P.o. Box 1361,Mbeya,Mobile +255(784)771773)", Value = "Mbeya" }, new SelectListItem{ Text="NORTHERN ZONE:(Arusha Road Street,P.O. Box 7735,Moshi : Kilimanjaro,Tel: +255(27)2751066)", Value = "Moshi" }, new SelectListItem{ Text="CENTRAL ZONE:(Dodoma Municipal Council Building 2Floor,P.O. Box 2875,Tel: +255 754592415)", Value = "Dodoma" }, new SelectListItem{ Text="LAKE ZONE:(Kenyatta Road,Mwanza,P.O. Box 638Tel: +255(28)2540871/2)", Value = "Mwanza" }, }, new { @class = "selectpicker form-control", @id = "Station", @name = "Station", @placeholder = "Station", @required = "true" })
Please Select.

 Select Currency


@Html.DropDownListFor(m => m.Currency, new List{ //new SelectListItem{ Text="List of allowed currency", Value = "" ,Selected= true}, new SelectListItem{ Text="Select Allowed Currency", Value = "" ,Selected= true}, new SelectListItem{ Text="TZS", Value = "TZS" }, //new SelectListItem{ Text="USD", Value = "USD" }, }, new { @class = "selectpicker form-control", @id = "Currency", @name = "Currency", @placeholder = "Sex Type", @required = "true" })
Please Select.

Declaration

TISEZA takes notes that all the details provided in this application are correct. TISEZA will not be responsible for any false details provided in this application. Once your application has been received, it will take 1–3 business days to process your application.          

       @Html.CheckBoxFor(m => m.declaration, new { @name = "declaration", @class = "form-check-input", @id = "declaration", @required = "true" })
Please tick.






}