@model Fab2ApprovalSystem.Models.LTLotTravelerHeaderViewModel @{ ViewBag.Title = "LotTraveler - Readonly"; } @{ Layout = "_LotTravelerLayout.cshtml"; } @using (Html.BeginForm()) { @Html.AntiForgeryToken()