@php $total=0; @endphp @foreach($content as $item)
@php $total += $item->subtotal; @endphp @endforeach
{{__('Product Name')}}
{{__('Price')}}
{{__('Quantity')}}
{{__('Total')}}
{{__('Remove')}}
@if ($item->options->item_tag)
{{$item->options->item_tag}}
@endif @if ($item->options->discount_parcent)
-{{$item->options->discount_parcent}}%
@endif
{{ productLangConverter($item->id) }}
-
+
${{$item->subtotal}}