관리-도구
편집 파일: 9152c42ec634adda0957b113d6f230fe475f4013.php
<!DOCTYPE html> <html> <head> <title>Subscription Received</title> </head> <body> <p>Dear Customer,</p> <p>Thank you for subscribing to our newsletter. We will get back to you soon.</p> <p>Regards,</p> <h3><?php echo e(env("APP_NAME")); ?>.</h3> </body> </html> <?php /**PATH /home2/nepaldsdforg/public_html/resources/views/emails/subscriberMail.blade.php ENDPATH**/ ?>