EVOLUTION-MANAGER
Edit File: mail_contacto.blade.php
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>{{ $asunto }}</title> </head> <body> <center> <div> <div style="background-color: white; width: 600px; text-align : justify; padding: 15px; border-left: 1px solid #B4B5B5; border-top: 1px solid #B4B5B5; border-right: 1px solid #B4B5B5; "> <h2 >{{ $asunto }}</h2> <p>Nombre: {{$nombre}}</p> <p>Email: {{$email}}</p> <p> {{$mensaje}} </p> </div> <div style="width: 600px; padding: 15px; border-left: 1px solid #B4B5B5; border-right: 1px solid #B4B5B5; border-bottom: 1px solid #B4B5B5; "> </div> </div> </center> </body> </html>