@page @using EveryThing.Models.Invoice @using Microsoft.AspNetCore.Mvc.TagHelpers @model EveryThing.Pages.Invoices.EditModel @{ ViewData["Title"] = "Vnos fakture"; Layout = "~/Pages/Layouts/_Layout.cshtml"; }
@Html.AntiForgeryToken() @section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial");} }