mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
8 lines
228 B
PHP
8 lines
228 B
PHP
<p>Thanks for your order!</p>
|
|
|
|
<p>You can view your tickets at any time by visiting this URL:</p>
|
|
|
|
<p>
|
|
<a href="{{ url("/orders/{$order->confirmation_number}") }}">{{ url("/orders/{$order->confirmation_number}") }}</a>
|
|
</p>
|