{{ __('Total Amount') }}

{{ __('Price') }} {{ number_format($subtotal, 2) }} {{ $currency }}
@if (isset($coupon) && $coupon && $couponDiscount > 0)
{{ __('Coupon Discount') }} ({{ strtoupper($coupon->code) }}) - {{ number_format($couponDiscount, 2) }} {{ $currency }}
@endif
{{ __('Tax') }} + {{ number_format($taxAmount, 2) }} {{ $currency }}
{{ __('Total:') }} {{ number_format($finalPrice, 2) }} {{ $currency }}

{{ __('Pay With') }}

{{ __('') }}