mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 21:32:02 +07:00
chore: cleanup project structure and update readme for beta release
This commit is contained in:
14
resources/views/emails/contact-reply.blade.php
Normal file
14
resources/views/emails/contact-reply.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<x-mail::message>
|
||||
# Hello,
|
||||
|
||||
Thank you for reaching out to **DyDev TrustLab**.
|
||||
|
||||
<x-mail::panel>
|
||||
{{ $replyMessage }}
|
||||
</x-mail::panel>
|
||||
|
||||
If you have any further questions, feel free to respond to this email or visit our [Support Portal]({{ config('app.url') }}).
|
||||
|
||||
Best regards,<br>
|
||||
**{{ config('app.name') }} Support Team**
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user