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

{{$item->name}}

  • {{$item->options->size}}

{{__('$')}}{{$item->weight}}

{{__('$')}} {{$item->price}}

-
+

${{$item->subtotal}}