EVOLUTION-MANAGER
Edit File: mensaje_contacto.blade.php
<!DOCTYPE html> <html> <head> <title>Mensaje Pagina web</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine|Anton|Bree Serif"> </head> <style> p,a,h3{ font-family:"Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif; } </style> <body background="#000" style="width: 100%;"> <div style="background: #0E4E81; !important; -webkit-box-shadow: 2px 9px 18px -7px rgba(0,113,193,0.68); -moz-box-shadow: 2px 9px 18px -7px rgba(0,113,193,0.68);"> <br><br> <table style="background-color: #fff; max-width:655px; border: 1px solid rgb(198, 198, 198); border-radius: 5px; margin: auto; font-family: 'Lato',Verdana,Ariel,sans-serif; padding: 15px 20px;"> <tbody> <tr> <td><center><img style="margin: auto; width: 100%;" src="https://patronato.sucre.gob.ec/admin/recursos/logo-inicio.png" alt=""></center></td> </tr> <tr> <td><br><h2 style="color: #0071c1; text-align: center; font-family: fantasy; font-weight: 200; margin: 0;">MENSAJE DE CONTACTO PÁGINA WEB</h2></td> </tr> <tr> <td> <br><hr><br> <p style="font-family: sans-serif; text-align: justify; margin:0;"> <strong>NOMBRE:</strong> {{$nombre}} </p> </td> </tr> <tr> <td> <p style="font-family: sans-serif; text-align: justify; margin:0;"> <strong>CORREO:</strong> {{$email}} </p> </td> </tr> <tr> <td> <p style="font-family: sans-serif; text-align: justify; margin:0;"> <strong>TELÉFONO:</strong> {{$telefono}} </p> </td> </tr> <tr> <td> <br> <p style="font-family: sans-serif; text-align: justify; margin:0;"> {{$mensaje}} </p> <br><br> </td> </tr> </tbody> </table> <br> <br> </div> </body> </html>