@page "/edit/{InvoiceId}" @using Server.Model @rendermode InteractiveServer Home

@Invoice.InvoiceId

@if (!string.IsNullOrWhiteSpace(AlertMessage)) {
@AlertMessage
}

@foreach (var item in Invoice.Items) {
@foreach (var taxType in Enum.GetValues(typeof(TaxType))) { }
}