Subtotal
{{ $order->currency }} {{ number_format((float) $order->subtotal, 2) }}
@if ((float) $order->discount_total > 0)
Discount
-{{ $order->currency }} {{ number_format((float) $order->discount_total, 2) }}
@endif
@if ((float) $order->shipping_total > 0)
Shipping
{{ $order->currency }} {{ number_format((float) $order->shipping_total, 2) }}
@endif
@if ((float) $order->tax_total > 0)
Sales tax
{{ $order->currency }} {{ number_format((float) $order->tax_total, 2) }}
@endif
Total due
{{ $order->currency }} {{ number_format((float) $payment->amount, 2) }}
Payment is processed by Stripe. Your booking will be confirmed after the card payment succeeds.