feat: impelement verification with email

This commit is contained in:
2025-08-27 12:22:16 +03:30
parent c4305382cc
commit 8f9829fc1f
8 changed files with 209 additions and 30 deletions
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<h2>Your Verification Code</h2>
<p>Use the code below to verify your email:</p>
<h1>{{ $code }}</h1>
<p>This code will expire in 15 minutes.</p>
</body>
</html>