Dear {{$order->billing->firstname.' '.$order->billing->lastname}}
Thank you for shopping with us.
Your Transaction was successful.
Your order is currently being processed.
| Product | Size | Quantity | Price | Amount |
|---|---|---|---|---|
| {{ $row->product_name}} - {{$row->product_color}} | {{$row->size}} | {{$row->quantity}} | {{number_format($row->price,2)}} | ${{number_format(($row->price*$row->quantity),2)}} |