Your order has been placed

Hey, {{ $data->order->name }}

Your order has been confirmed and will be shipping soon.

Order Number

{{ $data->order->order_token }}

Order Date

{{ \Carbon\Carbon::parse($data->order->created_at)->format('d M Y') }}

Payment Method

COD
Her'e what you ordered:
@php $total = 0; @endphp @foreach ($data->order->order_list as $order_list) @php $total += $order_list->price @endphp @endforeach {{-- --}}
Product Details Quantity Amount
{{ Str::limit($order_list->product->title, 40) }} @if ($order_list->color) ({{ $order_color }}) @endif @if ($order_list->size) ({{ $order_list->size }}) @endif

{{ Str::limit($order_list->product->short_description, 40) }}

{{ $order_list->quantity }} {{ $order_list->price }}
Subtotal {{ $total }}
Shipping Charge {{ $data->order->total_price }}
Taxs $15.26
Discount $20.78
Total Amount {{ $total + $data->order->total_price }}

Wl'll send you shipping confirmation when your item(s) are on the way! We appreciate your business, and hope you enjoy your purchase.

Thank you!

2024 BD Inclusive. Design & Develop by PiRhoTech