#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"

            ViewData["Title"] = "Index";

#line default
#line hidden
            BeginContext(96, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(98, 6267, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "30cea0b64af44237b81f19a8d174ead4", async() => {
                BeginContext(141, 118, true);
                WriteLiteral("\r\n    <br /><br />\r\n    <h2 class=\"text-info\">Order List</h2>\r\n    <br />\r\n    <a type=\"button\" class=\"btn btn-danger\"");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 259, "\"", 299, 1);
#line 10 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                WriteAttributeValue("", 266, Url.Action("ExxportPDF", "Order"), 266, 33, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(300, 557, true);
                WriteLiteral(@"><i class=""fa fa-file-pdf""></i></a>
    <div style=""background-color:aliceblue"" class=""container"">
        <div class=""text-success"">Order Details</div>
        <div class="" container border"" background-color:aliceblue"">
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Name : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(858, 83, false);
#line 20 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchName", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(941, 248, true);
                WriteLiteral("\r\n                    </div>\r\n                    <div class=\"col-2\">\r\n                        <label>Phone Number : </label>\r\n                    </div>\r\n                    <div class=\"col-3\" style=\"padding-bottom:15px\">\r\n                        ");
                EndContext();
                BeginContext(1190, 90, false);
#line 26 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchPhoneNumber", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1280, 407, true);
                WriteLiteral(@"
                    </div>
                </div>
            </div>
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Email : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(1688, 84, false);
#line 36 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchEmail", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1772, 1033, true);
                WriteLiteral(@"
                    </div>
                    <div class=""col-2"">
                        <label>Appointment : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        <script>
                            $(document).ready(function () {
                                var date_input = $('input[name=""date""]'); //our date input has the name ""date""
                                var container = $('.bootstrap-iso form').length > 0 ? $('.bootstrap-iso form').parent() : ""body"";
                                var options = {
                                    format: 'mm/dd/yyyy',
                                    container: container,
                                    todayHighlight: true,
                                    autoclose: true,
                                };
                                date_input.datepicker(options);
                            })
                        </script>
               ");
                WriteLiteral("         ");
                EndContext();
                BeginContext(2806, 126, false);
#line 55 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("datepicker", new { htmlAttributes = new { @class = "form-control", @id = "datepicker", @autocomplete = "off" } }));

#line default
#line hidden
                EndContext();
                BeginContext(2932, 409, true);
                WriteLiteral(@"
                    </div>
                </div>
            </div>
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Address : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(3342, 86, false);
#line 65 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchAddress", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(3428, 587, true);
                WriteLiteral(@"
                    </div>
                    <div class=""col-2"">
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        <button type=""submit"" name=""submit"" value=""Search"" class=""btn btn-primary form-control""><i class=""fa fa-search"">Search</i></button>
                    </div>
                </div>
            </div>
        </div>

    </div>
    <br /><br />
    <div>
        <table class=""table table-striped border"">
            <tr class=""table-info"">
                <th>
                    ");
                EndContext();
                BeginContext(4016, 68, false);
#line 82 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().SalesPerson.Name));

#line default
#line hidden
                EndContext();
                BeginContext(4084, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4152, 67, false);
#line 85 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().AppointmentDate));

#line default
#line hidden
                EndContext();
                BeginContext(4219, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4287, 64, false);
#line 88 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerName));

#line default
#line hidden
                EndContext();
                BeginContext(4351, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4419, 65, false);
#line 91 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerEmail));

#line default
#line hidden
                EndContext();
                BeginContext(4484, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4552, 71, false);
#line 94 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerPhoneNumber));

#line default
#line hidden
                EndContext();
                BeginContext(4623, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4691, 59, false);
#line 97 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().address));

#line default
#line hidden
                EndContext();
                BeginContext(4750, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4818, 63, false);
#line 100 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().isConfirmed));

#line default
#line hidden
                EndContext();
                BeginContext(4881, 98, true);
                WriteLiteral("\r\n                </th>\r\n                <th></th>\r\n                <th></th>\r\n            </tr>\r\n");
                EndContext();
#line 105 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                foreach (var item in Model.Orders)
                {
#line default
#line hidden
                    BeginContext(5043, 72, true);
                    WriteLiteral("                <tr>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5116, 43, false);
#line 109 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.SalesPerson.Name));

#line default
#line hidden
                    EndContext();
                    BeginContext(5159, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5239, 42, false);
#line 112 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.AppointmentDate));

#line default
#line hidden
                    EndContext();
                    BeginContext(5281, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5361, 39, false);
#line 115 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerName));

#line default
#line hidden
                    EndContext();
                    BeginContext(5400, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5480, 40, false);
#line 118 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerEmail));

#line default
#line hidden
                    EndContext();
                    BeginContext(5520, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5600, 46, false);
#line 121 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerPhoneNumber));

#line default
#line hidden
                    EndContext();
                    BeginContext(5646, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5726, 34, false);
#line 124 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.address));

#line default
#line hidden
                    EndContext();
                    BeginContext(5760, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5840, 38, false);
#line 127 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.isConfirmed));

#line default
#line hidden
                    EndContext();
                    BeginContext(5878, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5957, 54, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "70d0b9e2a794484c9a46359c81a939a3", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 130 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = item.Id;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(6011, 52, true);
                    WriteLiteral("\r\n                    </td>\r\n                </tr>\r\n");
                    EndContext();
#line 133 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(6078, 34, true);
                WriteLiteral("        </table>\r\n    </div>\r\n    ");
                EndContext();
                BeginContext(6112, 244, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "0de90b69603543aaa9543bf694a9f883", async() => {
                }
                                                                            );
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper = CreateTagHelper <global::DoAnWebBanGiay.TagHelpers.PageLinkHelper>();
                __tagHelperExecutionContext.Add(__DoAnWebBanGiay_TagHelpers_PageLinkHelper);
#line 136 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel = Model.PagingInfo;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageAction = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 136 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClass = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassNormal = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassSelected = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6356, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
#line 6 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Antiforgery = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-antiforgery", __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Antiforgery, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6365, 14, true);
            WriteLiteral("\r\n\r\n<br />\r\n\r\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(6396, 176, true);
                WriteLiteral("\r\n    <script>\r\n\r\n        $(function () {\r\n            $(\"#datepicker\").datepicker({\r\n                minDate: +1, maxDate: \"+3M\"\r\n            });\r\n        });\r\n    </script>\r\n");
                EndContext();
            }
                          );
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
            BeginContext(99, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(151, 2, true);
            WriteLiteral("\r\n");
            EndContext();
#line 8 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"

            Layout = "~/Views/Shared/_LayoutCustomer.cshtml";

#line default
#line hidden
            BeginContext(270, 325, true);
            WriteLiteral(@"<div class=""colorlib-intro"">
    <div class=""container"">
        <div class=""row"">
            <div class=""col-sm-12 text-center"">
                <h2 class=""intro"">It started with a simple idea: Create quality, well-designed products that I wanted myself.</h2>
            </div>
        </div>
    </div>
</div>

");
            EndContext();
            BeginContext(595, 753, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ba8d62aa51d74cf39e634ee281ef21d8", async() => {
                BeginContext(699, 119, true);
                WriteLiteral("\r\n    <div class=\"col-12\" style=\"padding-left:30px;\">\r\n        <div class=\"row \" style=\"padding-top:5px\">\r\n            ");
                EndContext();
                BeginContext(818, 174, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("select", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "65b5a00090814b088a249d589be8de78", async() => {
                    BeginContext(922, 18, true);
                    WriteLiteral("\r\n                ");
                    EndContext();
                    BeginContext(940, 29, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("option", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9e109f897bcf4031abb9edd862aafde0", async() => {
                        BeginContext(957, 3, true);
                        WriteLiteral("All");
                        EndContext();
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_OptionTagHelper.Value = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(969, 14, true);
                    WriteLiteral("\r\n            ");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper);
#line 24 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.ShoeType);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
#line 24 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items = Model.ShoeTypes;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-items", __Microsoft_AspNetCore_Mvc_TagHelpers_SelectTagHelper.Items, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(992, 87, true);
                WriteLiteral("\r\n            <div class=\"col-4\" style=\"padding-bottom:15px\">\r\n                Search: ");
                EndContext();
                BeginContext(1079, 64, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("input", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "b4f8029467c340aebaf122b37370e925", async() => {
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.InputTypeName = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
#line 28 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For = ModelExpressionProvider.CreateModelExpression(ViewData, __model => __model.SearchString);

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-for", __Microsoft_AspNetCore_Mvc_TagHelpers_InputTagHelper.For, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1143, 198, true);
                WriteLiteral("\r\n            </div>\r\n            <div class=\"col-3\">\r\n\r\n                <input type=\"submit\" class=\"btn btn-info fa-input\" value=\"&#xf002; Search\">\r\n            </div>\r\n        </div>\r\n    </div>\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Area = (string)__tagHelperAttribute_5.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Controller = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_7.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_8.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8);
#line 21 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Antiforgery = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("asp-antiforgery", __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Antiforgery, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(1348, 102, true);
            WriteLiteral("\r\n\r\n<div class=\"colorlib-product\">\r\n    <div class=\"container\">\r\n        <div class=\"row row-pb-md\">\r\n");
            EndContext();
#line 41 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
            foreach (var shoe in Model.Shoes)
            {
#line default
#line hidden
                BeginContext(1513, 139, true);
                WriteLiteral("                <div class=\"col-lg-3 mb-4 text-center\">\r\n                    <div class=\"product-entry border\">\r\n                        <a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1652, "\"", 1708, 1);
#line 45 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1659, Url.Action("Details", "Home", new { id = shoe.Id }), 1659, 49, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1709, 52, true);
                WriteLiteral(" class=\"prod-img\">\r\n                            <img");
                EndContext();
                BeginWriteAttribute("src", " src=\"", 1761, "\"", 1778, 1);
#line 46 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1767, shoe.Image, 1767, 11, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1779, 167, true);
                WriteLiteral(" class=\"img-fluid\" alt=\"Free html5 bootstrap 4 template\">\r\n                        </a>\r\n                        <div class=\"desc\">\r\n                            <h2><a");
                EndContext();
                BeginWriteAttribute("href", " href=\"", 1946, "\"", 2002, 1);
#line 49 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                WriteAttributeValue("", 1953, Url.Action("Details", "Home", new { id = shoe.Id }), 1953, 49, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(2003, 1, true);
                WriteLiteral(">");
                EndContext();
                BeginContext(2005, 9, false);
#line 49 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                Write(shoe.Name);

#line default
#line hidden
                EndContext();
                BeginContext(2014, 59, true);
                WriteLiteral("</a></h2>\r\n                            <span class=\"price\">");
                EndContext();
                BeginContext(2074, 10, false);
#line 50 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
                Write(shoe.Price);

#line default
#line hidden
                EndContext();
                BeginContext(2084, 93, true);
                WriteLiteral("</span>\r\n                        </div>\r\n                    </div>\r\n                </div>\r\n");
                EndContext();
#line 54 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
            }

#line default
#line hidden
            BeginContext(2192, 36, true);
            WriteLiteral("        </div>\r\n    </div>\r\n</div>\r\n");
            EndContext();
            BeginContext(2228, 238, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e0f163f568fc4df583fcbcad6262a4b7", async() => {
            }
                                                                        );
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper = CreateTagHelper <global::DoAnWebBanGiay.TagHelpers.PageLinkHelper>();
            __tagHelperExecutionContext.Add(__DoAnWebBanGiay_TagHelpers_PageLinkHelper);
#line 58 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel = Model.PagingInfoVM;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageAction = (string)__tagHelperAttribute_9.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9);
#line 58 "D:\LapTrinhWeb\DoAnWebBanGiay\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Customer\Views\Home\Index.cshtml"
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled = true;

#line default
#line hidden
            __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClass = (string)__tagHelperAttribute_10.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10);
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassNormal = (string)__tagHelperAttribute_11.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11);
            __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassSelected = (string)__tagHelperAttribute_12.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_13);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2466, 127, true);
            WriteLiteral("\r\n\r\n<style>\r\n    .fa-input {\r\n        font-family: FontAwesome, ‘Helvetica Neue’, Helvetica, Arial, sans-serif\r\n    }\r\n</style>");
            EndContext();
        }
Example #3
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"

            ViewData["Title"] = "Index";

#line default
#line hidden
            BeginContext(96, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(98, 6099, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5fffaff43de1a5102f41c6473cef5959375a62966050", async() => {
                BeginContext(117, 595, true);
                WriteLiteral(@"
    <br /><br />
    <h2 class=""text-info"">Order List</h2>
    <br />
    <div style=""background-color:aliceblue"" class=""container"">
        <div class=""text-success"">Order Details</div>
        <div class="" container border"" background-color:aliceblue"">
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Name : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(713, 83, false);
#line 19 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchName", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(796, 248, true);
                WriteLiteral("\r\n                    </div>\r\n                    <div class=\"col-2\">\r\n                        <label>Phone Number : </label>\r\n                    </div>\r\n                    <div class=\"col-3\" style=\"padding-bottom:15px\">\r\n                        ");
                EndContext();
                BeginContext(1045, 90, false);
#line 25 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchPhoneNumber", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1135, 407, true);
                WriteLiteral(@"
                    </div>
                </div>
            </div>
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Email : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(1543, 84, false);
#line 35 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchEmail", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(1627, 1033, true);
                WriteLiteral(@"
                    </div>
                    <div class=""col-2"">
                        <label>Appointment : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        <script>
                            $(document).ready(function () {
                                var date_input = $('input[name=""date""]'); //our date input has the name ""date""
                                var container = $('.bootstrap-iso form').length > 0 ? $('.bootstrap-iso form').parent() : ""body"";
                                var options = {
                                    format: 'mm/dd/yyyy',
                                    container: container,
                                    todayHighlight: true,
                                    autoclose: true,
                                };
                                date_input.datepicker(options);
                            })
                        </script>
               ");
                WriteLiteral("         ");
                EndContext();
                BeginContext(2661, 103, false);
#line 54 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("datepicker", new { htmlAttributes = new { @class = "form-control", @id = "datepicker" } }));

#line default
#line hidden
                EndContext();
                BeginContext(2764, 409, true);
                WriteLiteral(@"
                    </div>
                </div>
            </div>
            <div class=""col-12 "" style=""padding-left:30px;"">
                <div class=""row "" style=""padding-top:5px"">
                    <div class=""col-2"">
                        <label>Address : </label>
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        ");
                EndContext();
                BeginContext(3174, 86, false);
#line 64 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.Editor("searchAddress", new { htmlAttributes = new { @class = "form-control" } }));

#line default
#line hidden
                EndContext();
                BeginContext(3260, 587, true);
                WriteLiteral(@"
                    </div>
                    <div class=""col-2"">
                    </div>
                    <div class=""col-3"" style=""padding-bottom:15px"">
                        <button type=""submit"" name=""submit"" value=""Search"" class=""btn btn-primary form-control""><i class=""fa fa-search"">Search</i></button>
                    </div>
                </div>
            </div>
        </div>

    </div>
    <br /><br />
    <div>
        <table class=""table table-striped border"">
            <tr class=""table-info"">
                <th>
                    ");
                EndContext();
                BeginContext(3848, 68, false);
#line 81 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().SalesPerson.Name));

#line default
#line hidden
                EndContext();
                BeginContext(3916, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(3984, 67, false);
#line 84 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().AppointmentDate));

#line default
#line hidden
                EndContext();
                BeginContext(4051, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4119, 64, false);
#line 87 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerName));

#line default
#line hidden
                EndContext();
                BeginContext(4183, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4251, 65, false);
#line 90 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerEmail));

#line default
#line hidden
                EndContext();
                BeginContext(4316, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4384, 71, false);
#line 93 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().CustomerPhoneNumber));

#line default
#line hidden
                EndContext();
                BeginContext(4455, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4523, 59, false);
#line 96 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().address));

#line default
#line hidden
                EndContext();
                BeginContext(4582, 67, true);
                WriteLiteral("\r\n                </th>\r\n                <th>\r\n                    ");
                EndContext();
                BeginContext(4650, 63, false);
#line 99 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                Write(Html.DisplayNameFor(m => m.Orders.FirstOrDefault().isConfirmed));

#line default
#line hidden
                EndContext();
                BeginContext(4713, 98, true);
                WriteLiteral("\r\n                </th>\r\n                <th></th>\r\n                <th></th>\r\n            </tr>\r\n");
                EndContext();
#line 104 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                foreach (var item in Model.Orders)
                {
#line default
#line hidden
                    BeginContext(4875, 72, true);
                    WriteLiteral("                <tr>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(4948, 43, false);
#line 108 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.SalesPerson.Name));

#line default
#line hidden
                    EndContext();
                    BeginContext(4991, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5071, 42, false);
#line 111 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.AppointmentDate));

#line default
#line hidden
                    EndContext();
                    BeginContext(5113, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5193, 39, false);
#line 114 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerName));

#line default
#line hidden
                    EndContext();
                    BeginContext(5232, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5312, 40, false);
#line 117 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerEmail));

#line default
#line hidden
                    EndContext();
                    BeginContext(5352, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5432, 46, false);
#line 120 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.CustomerPhoneNumber));

#line default
#line hidden
                    EndContext();
                    BeginContext(5478, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5558, 34, false);
#line 123 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.address));

#line default
#line hidden
                    EndContext();
                    BeginContext(5592, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5672, 38, false);
#line 126 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    Write(Html.DisplayFor(m => item.isConfirmed));

#line default
#line hidden
                    EndContext();
                    BeginContext(5710, 79, true);
                    WriteLiteral("\r\n                    </td>\r\n                    <td>\r\n                        ");
                    EndContext();
                    BeginContext(5789, 54, false);
                    __tagHelperExecutionContext = __tagHelperScopeManager.Begin("partial", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "5fffaff43de1a5102f41c6473cef5959375a629618955", async() => {
                    }
                                                                                );
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper>();
                    __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper);
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Name = (string)__tagHelperAttribute_0.Value;
                    __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
#line 129 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                    __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model = item.Id;

#line default
#line hidden
                    __tagHelperExecutionContext.AddTagHelperAttribute("model", __Microsoft_AspNetCore_Mvc_TagHelpers_PartialTagHelper.Model, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                    await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                    if (!__tagHelperExecutionContext.Output.IsContentModified)
                    {
                        await __tagHelperExecutionContext.SetOutputContentAsync();
                    }
                    Write(__tagHelperExecutionContext.Output);
                    __tagHelperExecutionContext = __tagHelperScopeManager.End();
                    EndContext();
                    BeginContext(5843, 52, true);
                    WriteLiteral("\r\n                    </td>\r\n                </tr>\r\n");
                    EndContext();
#line 132 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                }

#line default
#line hidden
                BeginContext(5910, 34, true);
                WriteLiteral("        </table>\r\n    </div>\r\n    ");
                EndContext();
                BeginContext(5944, 244, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("div", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5fffaff43de1a5102f41c6473cef5959375a629621042", async() => {
                }
                                                                            );
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper = CreateTagHelper <global::DoAnWebBanGiay.TagHelpers.PageLinkHelper>();
                __tagHelperExecutionContext.Add(__DoAnWebBanGiay_TagHelpers_PageLinkHelper);
#line 135 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel = Model.PagingInfo;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-model", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageModel, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageAction = (string)__tagHelperAttribute_1.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
#line 135 "D:\Web\DoAnWebBanGiay\DoAnWebBanGiay\Areas\Admin\Views\Order\Index.cshtml"
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled = true;

#line default
#line hidden
                __tagHelperExecutionContext.AddTagHelperAttribute("page-classes-enabled", __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassesEnabled, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClass = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassNormal = (string)__tagHelperAttribute_3.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
                __DoAnWebBanGiay_TagHelpers_PageLinkHelper.PageClassSelected = (string)__tagHelperAttribute_4.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4);
                __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(6188, 2, true);
                WriteLiteral("\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(6197, 14, true);
            WriteLiteral("\r\n\r\n<br />\r\n\r\n");
            EndContext();
            DefineSection("Scripts", async() => {
                BeginContext(6228, 176, true);
                WriteLiteral("\r\n    <script>\r\n\r\n        $(function () {\r\n            $(\"#datepicker\").datepicker({\r\n                minDate: +1, maxDate: \"+3M\"\r\n            });\r\n        });\r\n    </script>\r\n");
                EndContext();
            }
                          );
        }