@extends('layouts.app') @section('title', __('Order Confirmation')) @section('content')
{{ __('Thank you for your order. Your order has been received and is being processed.') }}
| 
                                                @if($item->product_image)
                                                     | 
                                            
                                                {{ $item->product_name }}@if($item->product_sku) {{ __('SKU') }}: {{ $item->product_sku }} @endif | 
                                            {{ $item->quantity }} | 
                                                 {{ $item->formatted_total_price }} 
                                                {{ $item->formatted_unit_price }} {{ __('each') }}
                                             |