@model BTCPayServer.Models.InvoicingModels.CreateInvoiceModel
@using BTCPayServer.TagHelpers
@using Microsoft.AspNetCore.Mvc.TagHelpers
@using BTCPayServer.Abstractions.TagHelpers
@{
ViewData.SetLayoutModel(new("Invoices", StringLocalizer["Create Invoices"]));
}
@section PageFootContent {