@if( invoice()) {

# {{ invoice().id }}

Cancel
Order Status: Pending Shipped Delivered
Order Date
{{ invoice().orderDate | date : "dd-MM-yyyy" }}
Bill From
Bill To
Enter From Address
Bill From
}
@for(a of addForm.get('item')['controls']; track a; let i =$index) { }
# Item Name Unit Price Units Unit Total Price
{{ i + 1 }} @if(addForm.get('item')?.length > 1) { }
@if(addForm.get('rows')) { }
Sub total: {{ subTotal() }}
Total Vat: {{ vat() }}%

Grand Total: {{ grandTotal() }}