@php
$total=0;
@endphp
@foreach($content as $item)
@if ($item->options->item_tag)
{{$item->options->item_tag}}
@endif
@if ($item->options->discount_parcent)
-{{$item->options->discount_parcent}}%
@endif
|
|
${{$item->subtotal}}
|
|
@php
$total += $item->subtotal;
@endphp
@endforeach