mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-14 10:39:17 +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>
|
6
resources/views/emails/receipt.blade.php
Normal file
6
resources/views/emails/receipt.blade.php
Normal file
@ -0,0 +1,6 @@
|
||||
<h1>
|
||||
|
||||
Merci {{ $name }} pour votre message.
|
||||
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user