#pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\ViewNotice.cshtml"

            ViewData["Title"] = "ViewNotice";
            Layout            = "~/Views/Shared/_EmployeeLayout.cshtml";

#line default
#line hidden
            BeginContext(266, 449, true);
            WriteLiteral(@"


<center><h2>View Notice</h2></center>



<div class=""panel panel-info"">
    <!-- Default panel contents -->

  
   
    <div class=""panel-body form-horizontal"">
        <div class=""col-md-12 notice-details-margin"">
            <div class=""col-sm-4"">
                <label class=""control-label""><strong>Title:</strong></label>
            </div>
            <div class=""col-sm-8"">
                <p class=""form-control-static"">");
            EndContext();
            BeginContext(716, 18, false);
#line 27 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\ViewNotice.cshtml"
            Write(Model.Notice.Title);

#line default
#line hidden
            EndContext();
            BeginContext(734, 297, true);
            WriteLiteral(@"</p>
            </div>
        </div>
        <div class=""col-md-12 mt-5"">
            <div class=""col-sm-4"" style=""margin-top: 8px;"">
                <label class=""control-label""><strong>Description:</strong></label>
            </div>
            <div class=""col-sm-8"">
                ");
            EndContext();
            BeginContext(1031, 77, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("rich-description", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3ca0cc4668dc2d93367f7067d58f4e72cfc31ae14207", async() => {
            }
                                                                        );
            __HR_Management_System_TagHelpers_RichDescriptionTagHelper = CreateTagHelper <global::HR_Management_System.TagHelpers.RichDescriptionTagHelper>();
            __tagHelperExecutionContext.Add(__HR_Management_System_TagHelpers_RichDescriptionTagHelper);
            BeginWriteTagHelperAttribute();
#line 35 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\ViewNotice.cshtml"
            WriteLiteral(Model.Notice.Description);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __HR_Management_System_TagHelpers_RichDescriptionTagHelper.Description = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("description", __HR_Management_System_TagHelpers_RichDescriptionTagHelper.Description, 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(1108, 332, true);
            WriteLiteral(@"

            </div>

        </div>
        <div class=""col-md-12 mt-5"">
            <div class=""col-sm-4"">
                <label class=""control-label""><strong>Published Date:</strong></label>
            </div>
            <div class=""col-sm-8"">
                <p class=""form-control-static""><span class=""text-danger"">");
            EndContext();
            BeginContext(1441, 44, false);
#line 45 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\ViewNotice.cshtml"
            Write(Model.Notice.CreatedDate.ToShortDateString());

#line default
#line hidden
            EndContext();
            BeginContext(1485, 75, true);
            WriteLiteral("</span></p>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 3 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\emp_notice_details.cshtml"

            ViewData["Title"] = "emp_notice_details";
            Layout            = "~/Views/Shared/_EmployeeLayout.cshtml";

#line default
#line hidden
            BeginContext(282, 648, true);
            WriteLiteral(@"
<div class=""col-md-12"">

    <div class=""panel panel-info"">
        <!-- Default panel contents -->

        <div class=""panel-heading"">
            <div class=""panel-title"">
                <strong>Notice Details</strong>
            </div>
        </div>
        <div>

        </div>
        <div class=""panel-body form-horizontal"">
            <div class=""col-md-12 notice-details-margin"">
                <div class=""col-sm-4"">
                    <label class=""control-label""><strong>Title:</strong></label>
                </div>
                <div class=""col-sm-8"">
                    <p class=""form-control-static"">");
            EndContext();
            BeginContext(931, 18, false);
#line 29 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\emp_notice_details.cshtml"
            Write(Model.Notice.Title);

#line default
#line hidden
            EndContext();
            BeginContext(949, 346, true);
            WriteLiteral(@"</p>
                </div>
            </div>
            <div class=""col-md-12 notice-details-margin"">
                <div class=""col-sm-4"" style=""margin-top: 8px;"">
                    <label class=""control-label""><strong>Description:</strong></label>
                </div>
                <div class=""col-sm-8"">
                    ");
            EndContext();
            BeginContext(1295, 77, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("rich-description", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c98a7c22b88d58cab425bccfcd5f3622ef7eb00f4545", async() => {
            }
                                                                        );
            __HR_Management_System_TagHelpers_RichDescriptionTagHelper = CreateTagHelper <global::HR_Management_System.TagHelpers.RichDescriptionTagHelper>();
            __tagHelperExecutionContext.Add(__HR_Management_System_TagHelpers_RichDescriptionTagHelper);
            BeginWriteTagHelperAttribute();
#line 37 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\emp_notice_details.cshtml"
            WriteLiteral(Model.Notice.Description);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __HR_Management_System_TagHelpers_RichDescriptionTagHelper.Description = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("description", __HR_Management_System_TagHelpers_RichDescriptionTagHelper.Description, 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(1372, 381, true);
            WriteLiteral(@"

                </div>

            </div>
            <div class=""col-md-12 notice-details-margin"">
                <div class=""col-sm-4"">
                    <label class=""control-label""><strong>Published Date:</strong></label>
                </div>
                <div class=""col-sm-8"">
                    <p class=""form-control-static""><span class=""text-danger"">");
            EndContext();
            BeginContext(1754, 44, false);
#line 47 "E:\Github\HR-Management-System\HR Management System\Pages\EmployeePages\emp_notice_details.cshtml"
            Write(Model.Notice.CreatedDate.ToShortDateString());

#line default
#line hidden
            EndContext();
            BeginContext(1798, 272, true);
            WriteLiteral(@"</span></p>
                </div>
            </div>
        </div>
    </div>
</div>
<td class="" ""><a href='javascript:history.go(-1)' class=""btn btn-info btn-xs"" data-toggle=""tooltip"" data-placement=""top"" title="""" data-original-title=""View"">Go Back</a></td>


");
            EndContext();
        }