Files
ticketbeast/resources/views/emails/order-confirmation-email.blade.php
2017-04-18 14:31:08 -04:00

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>