2024-03-25 13:09:13 +00:00
|
|
|
<x-layout>
|
|
|
|
<section class="flex flex-col h-full lg:items-center lg:justify-center">
|
|
|
|
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto max-w-7xl lg:py-0">
|
2023-10-09 12:20:55 +00:00
|
|
|
<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>
|
2024-03-25 13:09:13 +00:00
|
|
|
</section>
|
|
|
|
</x-layout>
|