FeatherFresh - Order Confirmation

Thank you for your order, {{ $order->user->name }}!

Your order has been placed successfully. Here are the details:

Order #{{ $order->id }}

@foreach (json_decode($order->product_ids) as $index => $product)
Product: {{ json_decode($order->product_names)[$index] }}
Variant: {{ json_decode($order->variant_details)[$index] }}
Quantity: {{ json_decode($order->quantities)[$index] }}
@endforeach

Shipping Information

{{ $order->user->name }}
{{ $order->address }}
{{ $order->city }}, {{ $order->pincode }}
Phone: {{ $order->phone }}
Email: {{ $order->email }}

Track Your Order
We will notify you once your order is shipped.
— Team FeatherFresh