| Server IP : 54.94.228.101 / Your IP : 172.28.20.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/resources/views/emails/pedido-entrega/ |
Upload File : |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"/>
<meta content="text/html"/>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pedido entregue</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body style="margin: 0; padding: 0; font-family: 'Montserrat'; color: #333866;">
<table style="width: 850px; margin:auto;">
<tr>
<td>
<table style="width: 100%; height: 148px; background-color: #333866; color: white; border: 0;">
<tr>
<td width="530" style="border: 0; padding: 0px 61px 10px 63px">
<img src="https://i.imgur.com/TtqitWn.png" alt="VinumDay">
</td>
<td style="text-align: center; color:white;min-width: 350px;">
<span style="font-size: 16px; font-weight: bold; margin-bottom: 14px; display: block;">Pedido entregue</span>
<span style="font-size: 14px; font-weight: normal;">N° do pedido: nº {{ $pedidoEntrega->id }}</span>
</td>
</tr>
</table>
<table>
<tr>
<td>
<img src="https://i.imgur.com/aePuq6N.png" alt="Pedido entregue">
</td>
</tr>
</table>
<table style="width: 100%; padding: 0 75px;">
<tr>
<td>
<h2 style="font-size: 37px; font-weight: normal; display: block; text-align: center;">Olá <strong style="font-weight: bold; margin-bottom: 35px;"><?php echo $pedidoEntrega->adega->cliente->nome; ?> <?php echo $pedidoEntrega->adega->cliente->sobrenome; ?></strong>!</h2>
</td>
</tr>
<tr>
<td style="font-size: 16px;line-height: 20px;">
<p>Oba! <strong style="font-weight: 600;">Seu produto foi entregue hoje às {{ $hora_entrega }}</strong> :)</p>
<p>Obrigada por comprar conosco!<br>Um brinde e boa degustação! </p>
<strong style="font-weight: 600;">Abraços da equipe Vinumday!</strong>
</td>
</tr>
</table>
<table style="width: 100%; margin-top: 40px;padding: 0 58px;">
<tr style="border-bottom: 1px solid #333866; border-top: 1px solid #EAECF0; display: block; padding: 48px 0;">
<td style="font-size: 16px; line-height: 20px;">
<p style="margin-bottom: 40px;"><strong style="font-weight: 600;">Ficou alguma dúvida?</strong> Envie um e-mail para <a style="text-decoration: underline; color: #E15940;" href="mailto:contato@vinumday.com.br">contato@vinumday.com.br</a></p>
<p>Agradecemos muito por comprar conosco.</p>
<strong style="font-weight: 600;">Um abraço da equipe VinumDay :)</strong>
</td>
</tr>
</table>
<table style="width: 100%; padding: 48px 0; text-align: center;">
<tr>
<td>
<strong style="font-size: 16px; font-weight: 600; margin-bottom: 15px; margin-top: 15px;display: block;">Siga-nos em nossas redes para acompanhar novas ofertas:</strong>
</td>
</tr>
<tr>
<td style="padding-top: 38px;">
<a style="margin: 0 25px;text-decoration: none;" href="https://www.facebook.com/vinumday" title="Facebook">
<img src="https://i.imgur.com/cTciwxq.png" alt="Facebook">
</a>
<a style="margin: 0 25px;text-decoration: none;" href="https://www.youtube.com/channel/UCsPe_Qn0fEYEDPnZwD1-cgg" title="Youtube">
<img src="https://i.imgur.com/efLr19t.png" alt="Youtube">
</a>
<a style="margin: 0 25px;text-decoration: none;" href="https://www.instagram.com/vinumday/" title="Instagram">
<img src="https://i.imgur.com/Y0342Gh.png" alt="Instagram">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>