Order Confirmation

Hi {{ $order->customer_name }},

Thank you for your order! We've received your order {{ $order->order_number }} and it's being processed.

Order Summary

@foreach($order->items as $item) @endforeach
Item Qty Price
{{ $item->product->title }} {{ $item->quantity }} PKR {{ number_format($item->price, 2) }}
Total PKR {{ number_format($order->final_amount, 2) }}

Shipping Address:
{{ $order->shipping_address }}

If you have any questions, please reply to this email.

Best regards,
Planters Team