| Server IP : 54.233.248.239 / 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 em transporte</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 em transporte</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/HblxLXG.png" alt="Pedido em transporte">
</td>
</tr>
</table>
<table style="width: 100%; padding: 0 58px;">
<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 style="margin-bottom: 25px;">Seu pedido <strong style="font-weight: 600;">está indo até você</strong> pela transportadora <strong style="font-weight: 600;">{{ $transportadora }}</strong>.</p>
<p>
Em breve chegará na sua casa! <br>
O <strong style="font-weight: 600;">período de entrega</strong> estimado é de até <strong style="font-weight: 600;">{{ $dias_entrega }} dias</strong>.
</p>
<strong style="text-transform: uppercase;font-size: 18px;margin-bottom: 15px; margin-top: 45px;display: block;">INFORMAÇÕES DE ENTREGA</strong>
</td>
</tr>
<tr>
<td>
<table style="background-color: #EAECF0; padding: 30px 50px; font-size: 16px; line-height: 20px; width: 100%;margin-bottom: 20px; color: #323A69;">
<tr>
<td style="text-transform: uppercase;">
<p>
@if($pedidoEntrega->endereco && !$pedidoEntrega->retirada_local)
{{ $pedidoEntrega->endereco->logradouro }}, {{ $pedidoEntrega->endereco->numero }}, {{ ($pedidoEntrega->endereco->complemento) ? $pedidoEntrega->endereco->complemento : '' }} <br>
Bairro {{ $pedidoEntrega->endereco->bairro }} <br>
{{ $pedidoEntrega->endereco->cidade->nome }} <br>
{{ $pedidoEntrega->endereco->estado->sigla }} CEP {{ $pedidoEntrega->endereco->cep }}
@else
Rua Olavo Bilac, 61<br>
Bairro Rio Branco<br>
Caxias do Sul<br>
RS CEP 95010-080
@endif
</p>
</td>
<td style="text-align: right;">
<p>Nome do local:</p>
@if($pedidoEntrega->endereco && !$pedidoEntrega->retirada_local)
<p>{{ $pedidoEntrega->endereco->nome }}</p>
@elseif($pedidoEntrega->retirada_local)
<p>RETIRADA NO LOCAL</p>
@else
<p>NÃO INFORMADO</p>
@endif
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<strong style="text-transform: uppercase;font-size: 18px;margin-bottom: 15px; margin-top: 15px;display: block;">ITENS DE ENTREGA</strong>
@foreach ($produtos as $produto)
<table style="background-color: #EAECF0; padding: 30px 50px; font-size: 16px; line-height: 20px; width: 100%;margin-bottom: 20px; color: #323A69;">
<tr>
<td style="text-transform: uppercase; width: 118px;">
<table style="width: 118px;height: 118px;border: 0;background-color: white;padding: 10px;text-align: center;">
<tr>
<td>
<img style="max-width: 100%;max-height: 100%;" src="{{ $produto->thumbnail_principal }}" alt="{{ $produto->nome }}" width="100%">
</td>
</tr>
</table>
</td>
<td style="text-align: left; padding-left: 50px;">
<strong>{{ $produto->nome }}</strong>
<p>
Quantidade: {{ intval($produto->quantidade_produto) }} {{ $produto->unidade_de_medida }}. <br><br>
<!--Valor nota: <br><br>-->
<!--Prazo de entrega: 5 dia úteis + transporte-->
</p>
</td>
</tr>
</table>
@endforeach
</td>
</tr>
<tr>
<td style="line-height: 24px;">
<strong style="text-transform: uppercase;font-size: 18px;margin-bottom: 15px; margin-top: 15px;display: block;">OBSERVAÇÕES IMPORTANTES</strong>
<p>1) Verifique se o endereço de entrega informado neste e-mail está correto. Divergências nos dados de entrega poderão resultar na cobrança de valores adicionais caso haja necessidade de alteração de endereço posterior ao envio; </p>
<p>2) A VinumDay se responsabiliza por realizar uma tentativa de entrega no endereço especificado neste e-mail, portanto é necessário que haja no local uma pessoa habilitada a receber o pedido em horário comercial. Caso seja necessário realizar mais de uma tentativa de entrega, poderão ser cobrados valores adicionais. </p>
<p>3) A SEFAZ do seu Estado tem prerrogativas para reter o pedido caso entenda que o mesmo possa ser caracterizado como “compra para revenda”. Isso implica recolhimento de ICMS e outras despesas que são de total responsabilidade do cliente. </p>
</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>