File manager - Edit - /var/www/html/ppps/resources/views/emails/roadshow.blade.php
Back
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{ $subject ?? 'Mensagem de Contato' }}</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 600px; margin: 0 auto; padding: 20px; } h1 { color: #2c3e50; } hr { border: 0; height: 1px; background: #ddd; margin: 20px 0; } .footer { font-size: 0.8em; color: #777; } .header { background-color: #f8f9fa; padding: 15px; border-radius: 5px; } </style> </head> <body> <div class="container"> <div class="header"> <h1>Solicitação de Agendamento - Roadshow Virtual</h1> <ul> <li><strong>Empresa</strong>: {{ $empresa }}</li> <li><strong>Representante</strong>: {{ $representante }}</li> <li><strong>Email</strong>: {{ $email }}</li> <li><strong>Telefone</strong>: {{ $telefone }}</li> <li><strong>Participantes</strong>: {{ $participantes }}</li> <li><strong>Projeto Desejado</strong>: <br> {{ $projetoDesejado }}</li> <li><strong>Data sugerida</strong>: {{ $dataSugerida }}</li> <li><strong>Horario Sugerido</strong>: {{ $horarioSugerido }}</li> </ul> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings