| @lang('igniter.cart::default.text_sub_total'): | {{ currency_format($cart->subtotal()) }} |
| {{ $condition->getLabel() }}: @if (!$previewMode && $condition->removeable) @endif | {{ is_numeric($result = $condition->getValue()) ? currency_format($result) : $result }} |
| {{ $tipCondition->getLabel() }}: | {{ currency_format($tipConditionValue ?? 0) }} |
| @lang('igniter.cart::default.text_order_total'): | {{ $this->cartTotal }} |