Order Confirmed
{{-- Success Banner --}}

Order Confirmed!

Thank you for your purchase. Your order is being processed.

@if($order->order_number)

{{ $order->order_number }}

@endif
{{-- Order Details --}}

Order Details

@if($book->cover_image) @else
@endif

{{ $book->title }}

{{ $order->quantity }} printed {{ $order->quantity === 1 ? 'copy' : 'copies' }}

Subtotal ${{ number_format($order->subtotal, 2) }}
Shipping ${{ number_format($order->shipping_cost, 2) }}
Total Paid ${{ number_format($order->total, 2) }}
{{-- Shipping Info --}}

Shipping To

{{ $order->shipping_name }}

{{ $order->shipping_address_line1 }}

@if($order->shipping_address_line2)

{{ $order->shipping_address_line2 }}

@endif

{{ $order->shipping_city }}, {{ $order->shipping_state }} {{ $order->shipping_zip }}

{{-- What's Next --}}

What's Next?

1

Order Processing

We're preparing your book for print (1-2 business days).

2

Printing

Your book will be professionally printed (3-5 business days).

3

Shipped

You'll receive a tracking number once your order ships.

{{-- Actions --}}