@extends('master_layout') @section('title')
| {{ __('translate.Product') }} | {{ __('translate.Price') }} | {{ __('translate.Quantity') }} | {{ __('translate.Subtotal') }} |
|---|---|---|---|
| {!! $cart->product->price_display !!} |
|
{{ currency($itemTotal) }} |
{{ __('translate.Subtotal') }}:
{{ currency($subtotal) }}
{{ __('translate.Total') }}:
{{ currency($subtotal) }}