Order Received

Thank you! Your order has been received and is being reviewed. We appreciate your valuable order and will keep you updated every step of the way!

Order #{{ $order->id }}

Placed on {{ $order->created_at->format('F j, Y \a\t g:i A') }}

Order Details

Order Status
Pending
Payment Status
Pending
Payment Method
{{ ucwords(str_replace('_', ' ', $order->payment_option)) }}
Total Amount
{{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}

Order Items

@foreach ($orderItems as $item)
{{ $item->product->name }}
Quantity: {{ $item->quantity }}
{{ number_format($item->total, 2) }} {{ $config->currancy ?? '' }}
@endforeach
Subtotal: {{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}
Total: {{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}

Shipping Address

{{ $customer->first_name }} {{ $customer->last_name }}
{{ $customer->address }}
{{ $customer->city }}, {{ $customer->state }} {{ $customer->zip }}
{{ $customer->country }}
Phone: {{ $customer->phone }}

What's Next?

You will receive a confirmation email with tracking information once your order has been accepted. Kindly allow up to 24 hours for confirmation