@if (!$isAdmin)
Thank you for choosing Soap Opera, {{ $order->address->receiver_name ?? 'Valued Customer' }}!
Great news! We've received your order and it's being processed. You'll receive tracking information once your items ship.
|
Order #ORD-2025-{{ $order->cart_id ?? 'N/A' }}
{{ $order->order_date ?? now()->format('F j, Y \a\t g:i A') }}
|
Processing
|
|
-{{ $percentOff }}%
@endif
|
{{ $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
|
| Subtotal: | ₹{{ number_format($subtotal, 2) }} |
| Shipping: | @if(($order->shipping_cost ?? 0) == 0) FREE @else ₹{{ number_format($order->shipping_cost ?? 0, 2) }} @endif |
|
Coupon Discount:
@if (isset($order->coupon) && isset($order->coupon->coupon_name))
({{ $order->coupon?->coupon_name }}) @endif |
-₹{{ number_format($order->coupon_discount, 2) }} |
| Total: | ₹{{ number_format($order->total_price ?? 0, 2) }} |
Our support team is here to help! Contact us at support@soapopera.in or call 9820166550 / 9321319542.
✨ Soap Opera
Thank you for choosing us!
©2025 Soap Opera. All rights reserved.
Order #ORD-2025-{{ $order->cart_id ?? 'N/A' }} received from {{ $order->address->receiver_name ?? 'Customer' }}
A new order has been placed and requires your attention. Please process this order promptly.
|
Order #ORD-2025-{{ $order->cart_id ?? 'N/A' }}
{{ $order->order_date ?? now()->format('F j, Y \a\t g:i A') }}
|
ACTION REQUIRED
|
|
-{{ $percentOff }}%
@endif
|
{{ $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
|
| Subtotal: | ₹{{ number_format($subtotal, 2) }} |
| Shipping: | @if(($order->shipping_cost ?? 0) == 0) FREE @else ₹{{ number_format($order->shipping_cost ?? 0, 2) }} @endif |
|
Coupon Discount:
@if (isset($order->coupon) && isset($order->coupon->coupon_name))
({{ $order->coupon?->coupon_name }}) @endif |
-₹{{ number_format($order->coupon_discount, 2) }} |
| Total Amount: | ₹{{ number_format($order->total_price ?? 0, 2) }} |
Next Steps:
• Verify payment status and process the order
• Check inventory for all items
• Prepare items for packaging and shipping
• Update order status once processed
✨ Soap Opera Admin
Admin Dashboard - New Order Notification
©2025 Soap Opera. All rights reserved.