mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-17 19:49:18 +00:00
Réorganisaiton des templates Email
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
10
resources/views/emails/contact.blade.php
Normal file
10
resources/views/emails/contact.blade.php
Normal file
@ -0,0 +1,10 @@
|
||||
Vous avez un message de : {{ $name }}
|
||||
<p>
|
||||
Name: {{ $name }}
|
||||
</p>
|
||||
<p>
|
||||
Email: {{ $email }}
|
||||
</p>
|
||||
<p>
|
||||
Message: {{ $user_message }}
|
||||
</p>
|
Reference in New Issue
Block a user