@if($item->person_type == 0)
@else
@endif
Shipping details
Payment details
Products
Name |
Qty. |
Price |
Total |
@foreach($item->getProducts() as $product)
{{ $product->name }} |
{{ $product->quantity }} |
{{ $product->price }} |
{{ $product->quantity * $product->price }} |
@endforeach
Total Produse: {{ $item->total_products }} Lei
@if($item->coupon_code != '' && $item->coupon_discount_value > 0)
Discount coupon {{ $order->coupon_code }}: -{{ $order->discount }} Lei
@endif
Cost livrare: {{ ($item->shipping_tax > 0 ? $item->shipping_tax .' Lei' : 'Gratuit') }}
Total: {{ $item->total }} Lei