| Product | Price | Quantity | Amount | |
|---|---|---|---|---|
@if($cart->product) {{ __($cart->product->name) }} @else {{ __('translate.Product not available') }} @endif |
{!! $cart->product->price_display !!} |
{{ $cart->quantity }}
|
{{ currency($itemTotal) }} |
{{ __('translate.Cart Totals') }}
{{ __('translate.Subtotal') }} {{ currency($subtotal) }}
{{ __('translate.Total') }} {{ currency($subtotal) }}
{{ __('translate.Proceed to Checkout') }}
{{ __('translate.Proceed to Checkout') }}