@extends('layouts.layout-2') @section('content')
| {{ __('tables.product') }} | @if($yard_shopping_items['tax_free']) {{ __('tables.net_price') }} @else {{ __('tables.price') }} @endif | {{ __('tables.quantity') }} | {{ __('tables.sum') }} |
|---|---|---|---|
|
@if($item->image)
{{ $item->name }}
@if($is_abo) {!! get_abo_type_badge($item->abo_type) !!} @endif
{{ __('order.content') }}: {{ $item->contents }}
{{ __('order.art_no') }}: {{ $item->number }}
|
@if($yard_shopping_items['tax_free']) {{ formatNumber($item->price_net, 2) }} € @else {{ formatNumber($item->price, 2) }} € @endif | {{ $item->qty }} | @if($yard_shopping_items['tax_free']) {{ formatNumber($item->price_net_total, 2) }} € @else {{ formatNumber($item->price_total, 2) }} € @endif |
| {{__('order.subtotal')}} | {{ $yard_shopping_items['total']['subtotal'] }} € | ||
| {{__('Delivery country')}} | {{ $yard_shopping_items['total']['shippingCountryName'] }} | ||
| {{__('order.shipping_costs')}} | {{ $yard_shopping_items['total']['shippingNet'] }} € | ||
| {{__('order.total_without_VAT')}} | {{ $yard_shopping_items['total']['subtotalWithShipping'] }} € | ||
| {{__('order.plus_VAT')}} | {{ $yard_shopping_items['total']['taxWithShipping'] }} € | ||
| {{__('order.total_net')}} | {{ $yard_shopping_items['total']['totalWithShipping'] }} € | ||
| {{__('order.total_net')}} |
{{ $yard_shopping_items['total']['totalWithShipping'] }} €
{{__('email.checkout_mail_subtotal_ws')}} |
||
| {{__('order.total_gross')}} |
{{ $yard_shopping_items['total']['totalWithShipping'] }} €
{{__('email.checkout_mail_tax_info')}} |
||