EVOLUTION-NINJA
Edit File: 422ca344b0de94ec17bbda466089052d.php
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Your OTP Code</title> </head> <body> <p>Hello <?php echo e($user->name ?? ''); ?>,</p> <p>Your OTP is: <strong><?php echo e($otp); ?></strong></p> <p>This code expires in 5 minutes.</p> <p>Thank you,</p> <p><?php echo e(config('app.name')); ?></p> </body> </html> <?php /**PATH C:\Users\PC_09\Desktop\sms_new\sms\backend\resources\views/emails/otp.blade.php ENDPATH**/ ?>