2023-10-09 12:20:55 +00:00
|
|
|
<x-layout-subscription>
|
|
|
|
<div class="min-h-screen hero">
|
|
|
|
<div class="min-w-fit">
|
|
|
|
<h1> Verification Email Sent </h1>
|
|
|
|
<div class="flex justify-center gap-2 text-center">
|
2023-12-07 18:06:32 +00:00
|
|
|
<br>To activate your account, please open the email and follow the
|
2023-10-09 12:20:55 +00:00
|
|
|
instructions.
|
|
|
|
</div>
|
|
|
|
<livewire:verify-email />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</x-layout-subscription>
|