| 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/ |
Upload File : |
<div style="width: 100%; background: #e4e4e4; padding-top: 20px; padding-bottom: 20px">
<div style="width: 400px; background: #fff; height: 100%; margin: 0 auto; padding: 25px;">
<h5 style="font-size: 24px; font-weight: bold; color: #404040; text-align: center; margin-bottom: 0;">
Pagamento IMPEDIDO ! [{{ env('APP_ENV') }}]
</h5>
<div style="margin-top: 20px;">
<p><strong>Nome:</strong> {{ isset($nome) ? $nome : '' }}</p>
<p><strong>CPF:</strong> {{ isset($cpf) ? substr($cpf, -4) : '' }}</p>
<p><strong>Telefone:</strong> {{ isset($telefone) ? substr($telefone, -4) : '' }}</p>
<p><strong>Data de Nascimento:</strong> {{ isset($data_nascimento) ? $data_nascimento : '' }}</p>
<p><strong>Email:</strong> {{ isset($email) ? $email : '' }}</p>
<p><strong>Endereço:</strong> {{ isset($endereco_rua) ? $endereco_rua : '' }},
{{ isset($endereco_numero) ? $endereco_numero : '' }} - {{ isset($endereco_bairro) ? $endereco_bairro : '' }}
</p>
<p><strong>Cidade/Estado:</strong> {{ isset($endereco_cidade) ? $endereco_cidade : '' }} -
{{ isset($endereco_estado) ? $endereco_estado : '' }}
</p>
<p><strong>CEP:</strong> {{ isset($endereco_cep) ? substr($endereco_cep, -4) : '' }}</p>
<p><strong>Complemento:</strong> {{ isset($endereco_complemento) ? $endereco_complemento : '' }}</p>
<p><strong>Método de Pagamento:</strong> {{ isset($metodo) ? $metodo : '' }}</p>
<p><strong>Número do Cartão:</strong> {{ isset($numero_cartao) ? substr($numero_cartao, -4) : '' }}</p>
<p><strong>Nome do Titular:</strong> {{ isset($nome_titular) ? $nome_titular : '' }}</p>
<p><strong>Data de Validade:</strong> {{ isset($data_validade) ? $data_validade : '' }}</p>
<p><strong>Código de Segurança:</strong> *** </p>
<p><strong>Número de Parcelas:</strong> {{ isset($numero_parcelas) ? $numero_parcelas : '' }}</p>
</div>
@if(isset($logs))
<div style="margin-top: 20px;">
<hr>
<p><strong>LOGS EXCEPTION Error:</strong> {{ $logs }}</p>
</div>
@endif
@if(isset($customer))
<div style="margin-top: 20px;">
<hr>
<p><strong>Costumer Error:</strong> {{ $customer }}</p>
</div>
@endif
@if(isset($card))
<div style="margin-top: 20px;">
<hr>
<p><strong>Card Error:</strong> {{ $card }}</p>
</div>
@endif
@if(isset($order))
<div style="margin-top: 20px;">
<hr>
<p><strong>Order Error:</strong> {{ $order }}</p>
</div>
@endif
<div style="margin-top: 40px; padding: 12px; background: #e4e4e4; border-radius: 4px; text-align: center;">
<p>©{{ date('d/m/Y H:i') }} por Error Logs</p>
<p>Todos os direitos reservados.</p>
</div>
</div>
</div>