관리-도구
편집 파일: otp.blade.php
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>OTP Verification</title> </head> <body> <h2>Your OTP Code</h2> <p>Hello,</p> <p>Your OTP code is: <strong>{{ $otp }}</strong></p> <p>This code will expire in 5 minutes.</p> <p>Thank you,<br>ICT Global Tech</p> </body> </html>