⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.5
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
skvinfotech.com
/
storage
/
framework
/
views
/
View File Name :
8930223fb38e27dc548e8d2ca147ad1205060646.php
<!DOCTYPE html> <html> <head> <title>Mail Sending</title> </head> <body> <p>Date: <?php echo e(date('Y-m-d h:i:s a',strtotime($contact->created_at))); ?></p> <p>From: <?php echo e($contact->email); ?></p> <p>To: info@skvinfotech.com</p> <p>Dear skvinfotech</p><br> <p>Mr .<?php echo e($contact->name); ?> Made on in your www.skvinfotech.com Please find the details below of Mr .<?php echo e($contact->name); ?> enquired </p> <div style="width: 100%;margin:0px auto;;font-family:calibri;"> <div style="width:100%;margin-top: 10px;float:left;"> <h4 style="margin-top: 10px;background-color:#282828;color:#fff;letter-spacing: 1px;border-radius:4px; padding: 10px;font-size:18px;">Enquiry From <?php echo e($contact->name); ?> </h4> <table style="width:100%;border:1px solid #ccc;padding:7px;margin:1em 0px"> <h1 style="text-transform:uppercase;color:#ff5361">skvinfotech</h1> <tbody> <tr style="height:35px;line-height:35px;border-bottom:1px solid #ddd;"> <td style="width:50%;">Name</td> <td style="text-indent:20px;"> <?php echo e($contact->name); ?></td> </tr> <tr style="height:35px;line-height:35px;border-bottom:1px solid #ddd;"> <td style="width:50%">E-mail</td> <td style="text-indent:20px;"> <?php echo e($contact->email); ?></td> </tr> <tr style="height:35px;line-height:35px;border-bottom:1px solid #ddd;"> <td style="width:50%">Phone Number</td> <td style="text-indent:20px;"> <?php echo e($contact->mobile); ?></td> </tr> <tr style="height:35px;line-height:35px;border-bottom:1px solid #ddd;"> <td style="width:50%">Message</td> <td style="text-indent:20px;"> <?php echo e($contact->message); ?></td> </tr> </tbody> </table> <p><strong>Note:</strong>This email is automatically genereated from the www.skvinfotech.com if you feel anything wrong kindly contact the support team,Ninositsolution:+044-43852285</p><br> <p>Thanks And Regards<br> skvinfotech<br> +91 90943 45145 /+91 95145 22223<br> </p> </div> </body> </html><?php /**PATH /var/www/skvinfotech.com/resources/views/demoMailAdmin.blade.php ENDPATH**/ ?>