Preview: email_otp.blade.php
Size: 772 B
/home/getspomw/royalsquad.us/resources/views/emails/email_otp.blade.php
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Your OTP Code</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f9f9f9; padding:20px;">
<div style="max-width:600px; margin:auto; background:#ffffff; border-radius:8px; padding:20px; border:1px solid #ddd;">
<h2 style="color:#2c3e50; text-align:center;">Appointment Verification</h2>
<p>Dear User,</p>
<p>Thank you for booking an appointment with us. To complete your verification, please use the following One-Time Password (OTP):</p>
<h1 style="text-align:center; color:#e74c3c; letter-spacing:5px;">{{ $otp }}</h1>
<p style="margin-top:30px;">Best Regards,<br><strong>Royal Squad USA</strong></p>
</div>
</body>
</html>
Directory Contents
Dirs: 0 × Files: 3