Select Quantity
{{-- Breadcrumb --}}

Select quantity

Choose how many printed copies you'd like to order.

@include('books.partials.progress-steps', ['currentStep' => 3, 'book' => $book])
@csrf {{-- Quick Select --}}
@foreach([1, 2, 5, 10] as $qty) @endforeach
{{-- Custom Quantity --}}

$ for

{{-- Order Summary --}}

Order Summary

x printed copies @ ${{ number_format($unitPrice, 2) }} each $
Shipping (flat rate) ${{ number_format($shippingCost, 2) }}
Estimated Total $
{{-- Navigation --}}
Back to Review