@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; }
| Company Name | @Session["CompanyName"] |
| Project Name | @Session["ProjectName"] |
| Appication No | @Session["ProjectCode"] |
| Appication Type | @Session["ApplicationType"] |
| Submitted Date | @Session["ApplicationDate"] |
| Comment | @Session["Comment"] |
| @if (Session["EvaluationStatus"].ToString() == "Deffered") { } Go back | |
| Attachment | Download Attachment |