WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
emails
/
Name
Action
..
auth
contact.blade.php
Edit
registration.blade.php
Edit
Editing: contact.blade.php
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> </head> <body> <h2>Hello Admin , </h2> <p> You have new contact mail from </p> <p> Email : {{ $sender }} <br /> Name : {{ $name }}<br /> Password : {{ $subject }}<br /> </p> <p> Message : </p> <div> {{ $notes }} </div> <p> Thank You </p><br /><br /> {{ CNF_APPNAME }} </body> </html>