{{ __('public.order_summary') }}

@foreach($cart as $item) @php $product = $item->getItem(); $title = $product ? (___($product, 'title') ?: ($product->page_title ?: __('alts.product'))) : __('alts.product'); $thumb = $product?->thumbnailUrl(); @endphp @endforeach
{{ __('public.product') }} {{ __('public.total') }}
@if($thumb) {{ $title }} @endif {{ $title }} × {{ $item->quantity }} {{ money($item->lineTotal()) }}
{{ __('public.subtotal') }} {{ money($subtotal) }}
{{ __('public.promocode_discount') }} − {{ money($discount) }}@if($promo) ({{ $promo->discount }}%)@endif
{{ __('public.total') }} {{ money($discountedTotal) }}
{{ __('public.menu.shop') }}