관리-도구
편집 파일: 5eef45efdb1a56b9e62da882e973b8889973301f.php
<!DOCTYPE html> <html> <head> <title><?php echo e($content->subject); ?></title> <style type="text/css"> .g-container{ padding: 15px 30px; } </style> </head> <body> <div class="g-container"> <?php echo xss_clean($content->body); ?> </div> </body> </html><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/mail/general_template.blade.php ENDPATH**/ ?>