|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/admin.blurb.global/resources/views/emails/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Eduvsat</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px;">
<div style="max-width: 600px; margin: auto; background-color: white; border-radius: 8px; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,0.1);">
<h3>Eduvsat Enquiry</h3>
<ul style="margin-bottom:40px;">
<li><strong style="text-transform:capitalize">Name: {{$data['first_name']}} {{$data['last_name']}}</strong> </li>
<li><strong>Email: {{$data['email']}}</strong> </li>
<li><strong>Phone: {{$data['phone']}}</strong> </li>
<li><strong style="text-transform:capitalize">Company: {{$data['company']}}</strong> </li>
@if(isset($data['message']))
<li><strong>Message: {{$data['message']}}</strong> </li>
@endif
</ul>
@if(isset($data['date']) && isset($data['time']))
<h3 style="margin-bottom:20px;">Schedule Free Consultation</h3>
<ul>
<li><strong>Date: {{$data['date']}}</strong> </li>
<li><strong>Time: {{$data['time']}}</strong> </li>
</ul>
@endif
<p><strong>Email From Blur Email System</strong></p>
</div>
</body>
</html>