Files
back-meditation/resources/views/emails/verify-code.blade.php
T

10 lines
207 B
PHP

<!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>