@model IEnumerable @using ParcelWeb.Core @{ ViewBag.Title = "My Bookings"; }

My Bookings

@*
@Html.Label("Date", htmlAttributes: new { @class = "" }) @Html.ValidationMessage("Date", "", new { @class = "text-danger" })
*@
All @foreach (var item in ViewBag.StatusForNav) { @item.Name }

Booking Date CN# Shipper Cosignee Origin Destination Order Id Mobile COD(PKR) Status Reports
Booking Date CN# Shipper Cosignee Origin Destination Order Id Mobile COD(PKR) Status Reports
@section Scripts { @Scripts.Render("~/bundles/jqueryval") } @Html.Raw(TempData["msg"]) @*@model IEnumerable @{ ViewBag.Title = "My Bookings"; }

My Bookings

     

Booking Date CN# Shipper Cosignee Origin Destination Order Id Mobile COD(PKR) Status Reports
Booking Date CN# Shipper Cosignee Origin Destination Order Id Mobile COD(PKR) Status Reports
@section Scripts { @Scripts.Render("~/bundles/jqueryval") } @Html.Raw(TempData["msg"])*@