{{ numberFormatter.format(item[0].price) }}
Subtotal
{{ numberFormatter.format(items.reduce((acc, val) => acc + val[0].price * val[1], 0)) }}
Estimated Tax
{{ numberFormatter.format(items.reduce((acc, val) => acc + val[0].price * val[1], 0) * 0.1) }}
Estimated Total
{{ numberFormatter.format(items.reduce((acc, val) => acc + val[0].price * val[1], 0) * 1.1) }}
No items! Go to our book page to book a trip!