@model IEnumerable @{ ViewBag.Title = "Filter Shipment"; }

Filter Shipment

@if (ViewBag.ConatinerId != null) {
@Html.DropDownList("ConatinerId", null, new { @class = "form-control square", @required = "required" })
}
Airwaybill Consignor Consignee From To Booked on Status
Airwaybill Consignor Consignee From To Booked on Status
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }