Thank you for your purchase, {{ $order->address->receiver_name ?? 'Valued Customer' }}!
Hi {{ $order->address->receiver_name ?? 'Valued Customer' }},
Great news! Your order has been completed successfully. Thank you for choosing Soap Opera!
| Order #{{ $order->cart_id ?? 'N/A' }} | {{ $order->delivery_date ?? now()->format('F j, Y') }} |
| Customer Name: | {{ $order->address->receiver_name ?? 'N/A' }} |
| Contact: | {{ $order->address->receiver_phone ?? 'N/A' }} @if (isset($order->address->user_phone) && $order->address->user_phone != $order->address->receiver_phone) , {{ $order->address->user_phone }} @endif |
| Delivery Date: | {{ $order->delivery_date ?? 'N/A' }} |
| Time Slot: | {{ $order->time_slot ?? 'N/A' }} |
| Payment Method: | {{ $order->payment_method ?? 'N/A' }} |
| Product | Qty | Price |
|---|---|---|
|
{{ $item->product_name ?? 'Product Name' }}
@if (isset($item->variation->variation_attributes) && $item->variation->variation_attributes->isNotEmpty())
@php
$attributes = $item->variation->variation_attributes
->map(function ($attribute) {
return ($attribute->attribute->attribute->name ?? 'Attribute') . ': ' . ($attribute->attribute->name ?? 'Value');
})
->implode(', ');
@endphp
{{ $attributes }}
@endif
|
{{ $quantity }} |
@if($percentOff > 0)
{{ $percentOff }}% off
MRP ₹{{ number_format($mrp, 2) }}
@endif
₹{{ number_format($price, 2) }}
|
| No data found | ||
| Products Price: | ₹{{ number_format($order->price_without_delivery + $order->coupon_discount ?? 0, 2) }} |
| Delivery Charge: | +₹{{ number_format($order->delivery_charge ?? 0, 2) }} |
| Paid By Wallet: | -₹{{ number_format($order->paid_by_wallet, 2) }} |
| Coupon Discount: | -₹{{ number_format($order->coupon_discount, 2) }} |
| Net Total (Payable): | ₹{{ number_format($order->rem_price ?? 0, 2) }} |
Soap Opera
Copyright © 2025, Soap Opera
Shop No.9A, Ground Floor, Chennoy Mansion Warden Road, Kemps Corner Near Mucchad Paan Wala.
Opp. St.Stephen church Next to Gangar Optician. Mumbai 400026.
📞 9820166550, 9321319542