Thank you for your Order
Your Order Number
{{$order->getOrderNumber()}} has been placed.
If you are sending the frame for edging, please
print the order and attach the bottom part of the printout with the frame for reference.
Made an Error on this order?
Request Change
@if(!$order->is_feedback)
How was your Ordering Experience?
@endif
Thank you for your feedback!
View Order
@php
$nextOrderRoute = 'frontend.user.new-rx-lens-order';
if ($order->type === 'stock') {
$nextOrderRoute = 'frontend.user.new-stock-lens-order';
} elseif ($order->type === 'consumables') {
$nextOrderRoute = 'frontend.user.new-consumables-lens-order';
}
@endphp
Place Next Order