13 lines
423 B
PHP
13 lines
423 B
PHP
|
<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">
|
||
|
<br>To activate your account, please open the email and follow the
|
||
|
instructions.
|
||
|
</div>
|
||
|
<livewire:verify-email />
|
||
|
</div>
|
||
|
</div>
|
||
|
</x-layout-subscription>
|