⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
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
/
html
/
resources
/
views
/
View File Name :
demoMailAdmin.blade.php
<!DOCTYPE html> <html> <head> <title>Reply mail</title> </head> <body> <p>Dear SKV E-Waste .</p> </br> <p> Mr. {{$user->name}} Made on in your skvewaste@gmail.com Please find the details below of Mr. {{$user->name}} enquired </p> </br> <h4 style="margin-top: 10px; letter-spacing: 1px; border-radius: 4px; padding: 10px; font-size: 18px; background-color: rgb(216, 216, 216); color: rgb(38, 38, 38);" data-ogsc="rgb(255, 255, 255)" data-ogsb="rgb(40, 40, 40)">Enquiry From <?php $user->name ?><br></h4> <h1 style="text-transform: uppercase; color: rgb(219, 47, 70);" data-ogsc="rgb(255, 83, 97)">SKV E-Waste<br></h1> <table style="width: 100.0%;border: 1.0px solid rgb(204,204,204);padding: 7.0px;margin: 1.0em 0.0px;"> <tbody> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">Name<br></td> <td style="text-indent: 20.0px;">{{$user->name}}<br></td> </tr> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">E-mail<br></td> <td style="text-indent: 20.0px;"> <a href="" target="_blank" style="color: rgb(201, 136, 255) !important;" data-ogsc="rgb(0, 0, 238)">{{$user->email}}</a><br> </td> </tr> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">Phone Number<br></td> <td style="text-indent: 20.0px;">{{$user->mobile}}<br></td> </tr> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">Title<br></td> <td style="text-indent: 20.0px;">{{ $enquiry['title'] }}<br></td> </tr> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">Priority<br></td> <td style="text-indent: 20.0px;">{{ $enquiry['priority'] }}<br></td> </tr> <tr style="height: 35.0px;line-height: 35.0px;border-bottom: 1.0px solid rgb(221,221,221);"> <td style="width: 50.0%;">Description<br></td> <td style="text-indent: 20.0px;">{{ $enquiry['description']}}<br></td> </tr> </tbody> </table> <p><b>Note:</b>This email is automatically genereated from the skvewaste@gmail.com if you feel anything wrong kindly contact the support team,Ninositsolution:+044-43852285<br></p><br> <p>Thanks And Regards ,<br> SKV E-Waste ,<br> +91 95147 51475.<br><img src="{{asset('media/logo.png') }}" alt="" class="logo"></p> </body> </html>