mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-06 18:49:57 +00:00
96 - Testing Mailable Contents
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user