{{ "Quick Checkout" | translate }}

{{"Enjoy peace of mind as you finalize your order with our secure payment process." | translate }}

@if(transaction){

{{"Ordered Item" | translate }}

{{"Invoice Summary" | translate }}
@for (element of transaction?.custom_invoice_elements; track element.id; let index = $index ) { }
{{"Item" | translate}} {{"Quantity" | translate}} {{"Amount" | translate}}
{{element?.title}} {{element?.quantity}} {{getCurrencyPerTicket(element?.amount)}}
{{"Subtotal" | translate}} : {{getCurrencyPerTicket(subTotal)}}
{{"Tax" | translate}} % : {{transaction?.all_invoices.taxPercent !== null ? transaction?.all_invoices.taxPercent : '-'}}
{{"Total" | translate}} : {{getCurrencyPerTicket(transaction?.amount)}}
@if(setting?.enablePaypal == 'on'){
img
} @if(setting?.enableStripe == 'on'){
img
}
@if(setting?.enablePaypal == 'on' || setting?.enableStripe == 'on'){
}
}@else{

{{"Ordered Item" | translate }}

{{"Invoice Summary" | translate }}
{{"Item" | translate}} {{"Quantity" | translate}} {{"Amount" | translate}}
{{"Subtotal" | translate}} :

{{"Tax" | translate}} % :

{{"Total" | translate}} :

}