You've Got a New Order

[Order No #{{ $order['order_no'] }} ] ({{ $order->created_at }})
@foreach($order->getProducts as $product) @endforeach
Product Quantity Price
{{ $product->name }} {{ $product->pivot->size }} {{ $product->pivot->color }}
{{ $product->pivot->quantity }} {{ $product->pivot->total_amount }}
Payment Method: {{ $order->paypal_transaction_id }}
Sub Total: ${{ $order->total_price }}
Total: ${{ $order->total_price }}
Billing Address
{{ $order->name }}
{{ $order->email }}{{ $order->phone }}
{{ $order->street }}, {{ $order->city }} , {{ $order->postal_code }}
www.painfree-usa.com

Click Here To view Order