File: //home/artinside/fhs.artinside.com.br/shared/views/email/orcamento.php
<?php $this->layout("_notifications", ["title" => "Novo orçamento do site"]); ?>
<table class="row" align="center" bgcolor="#F4F4F4" cellpadding="0" cellspacing="0">
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
<tr valign="top" style="vertical-align: top;">
<th class="column mobile-12" width="520" style="padding: 0 90px; color: #232323; font-weight: 400;">
<div style="font-size: 28px; font-weight: 700; line-height: 30px; margin-bottom: 30px;">Temos um novo orçamento do site!</div>
<div style="color: #666666; font-size: 18px; margin-bottom: 45px;"><b><?= $contact->name ?></b> com o email <b><?= $contact->email ?></b> e telefone <b><?= $contact->phone ?></b> quer um orçamento para :</div>
<table align="center" bgcolor="#eeeeee" cellpadding="0" cellspacing="0" style="margin: 0 auto;">
<tr>
<th style="padding: 30px !important; font-size: 20px !important;">
<?= $contact->product ?>
</th>
</tr>
</table>
<?php if(!empty($contact->message)): ?>
<div style="font-size: 14px; margin-top: 25px; margin-bottom: 15px ">O usuário enviou uma observação: <b><?= $contact->message ?></b></div>
<?php endif; ?>
<div style="font-size: 14px; margin-top: 45px;">Responda o quanto antes para manter um bom atendimento.</div>
</th>
</tr>
<tr>
<td class="spacer" height="80" style="line-height: 80px;"> </td>
</tr>
</table>