@extends('layouts.shop') @section('title', 'Order Confirmation - Area 51 Booze') @section('content')
Thank you for your order. We'll prepare it for delivery soon.
Placed on {{ $order->created_at->format('M d, Y \a\t g:i A') }}
Name: {{ $order->user->name }}
Email: {{ $order->user->email }}
@elseName: {{ $order->guest_name }}
Email: {{ $order->guest_email }}
Phone: {{ $order->guest_phone }}
@endifAddress: {{ $order->delivery_address }}
Payment Method: {{ ucfirst($order->payment_method) }}
Status: {{ ucfirst($order->status) }}
{{ $item->quantity }} {{ $item->product->unit }} × ${{ number_format($item->price, 2) }}
${{ number_format($item->total, 2) }}
We're preparing your order and will contact you soon with delivery details.
A delivery driver will bring your order and collect payment on delivery.
Complete your EcoCash payment to confirm your order.
Once payment is confirmed, we'll start preparing your order.
You'll receive SMS/email updates about your order status.
Need help with your order?
Contact us at support@area51booze.com or call +1 (234) 567-890