+
Status
+
+ @if(ViewBag.appointment.status == 0) {
+ Pending
+ } else if(ViewBag.appointment.status == 1) {
+ Waiting for serve
+ } else if(ViewBag.appointment.status == -1) {
+ Cancelled
+ } else if(ViewBag.appointment.status == 2) {
+ Completed
+ } else {
+ Unknown
+ }
+
+
+
+@if(ViewBag.appointment.status == 2) {
+