lasthourcloud/resources/views/emails/waitlist-confirmation.blade.php

11 lines
388 B
PHP
Raw Normal View History

2023-09-01 13:52:18 +00:00
<x-emails.layout>
2023-12-07 18:06:32 +00:00
Someone added this email to the Coolify Cloud's waitlist. [Click here]({{ $confirmation_url }}) to confirm!
2023-09-01 13:52:18 +00:00
2023-12-07 18:06:32 +00:00
The link will expire in {{ config('constants.waitlist.expiration') }} minutes.
2023-09-01 13:52:18 +00:00
2023-12-07 18:06:32 +00:00
You have no idea what [Coolify Cloud](https://coolify.io) is or this waitlist? [Click here]({{ $cancel_url }}) to
remove you from the waitlist.
2023-09-01 13:52:18 +00:00
</x-emails.layout>