Файловый менеджер - Редактировать - /var/www/vhosts/aviointeriors.dev1.mndrn.cloud/app/update/framework.tar
Назад
views/509dcf2c1314a45a9ab12a4e5e85ff35.php 0000644 00000003640 15233712614 0013050 0 ustar 00 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Aviointeriors</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; color: #333333; } .container { max-width: 600px; margin: 0 auto; background-color: #ffffff; border: 1px solid #e0e0e0; } .header { text-align: center; padding: 20px; border-bottom: 1px solid #e0e0e0; } .header img { max-width: 300px; height: auto; } .content { padding: 30px; line-height: 1.6; } a { color: #0066cc; text-decoration: none; } </style> </head> <body> <div class="container"> <div class="header"> <img src="<?php echo e($message->embed(resource_path('views/email/aviointeriors-logo-orizzontale-1.png'))); ?>" alt="AVIO Interiors Logo"> </div> <div class="content"> <h1>P/N (s) Deleted</h1> <?php echo e($info); ?><br><br> <?php echo e($email); ?><br><br> </div> <div style="background-color: #0066cc; color: #ffffff; text-align: center; padding: 20px; font-size: 12px;"> <p style="margin: 5px 0;">Aviointeriors S.p.A.</p> <p style="margin: 5px 0;">Via Appia Km 66,400 - 04013 Latina (LT), Italy</p> <p style="margin: 5px 0;">Email: info@aviointeriors.it | Tel: +39 0773 6891</p> <p style="margin: 5px 0;">© <?php echo e(date('Y')); ?> AVIO Interiors. All rights reserved.</p> </div> </div> </body> </html> <?php /**PATH /var/www/vhosts/aviointeriors.dev1.mndrn.cloud/resources/views/email/pnDeleted.blade.php ENDPATH**/ ?>