관리-도구
편집 파일: e94404f3c3657473d21b8142a3e96039e628d4c8.php
<!DOCTYPE html> <html> <head> <title>Message Received</title> </head> <body> <p>Dear Customer,</p> <p>We have received your message via our official site. We will get back to you soon.</p> <p>Thank You.</p> <p>Regards,</p> <h3><?php echo e(env("APP_NAME")); ?>.</h3> </body> </html> <?php /**PATH /home2/nepaldsdforg/public_html/resources/views/emails/customerMail.blade.php ENDPATH**/ ?>