mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 13:21:59 +07:00
15 lines
339 B
PHP
15 lines
339 B
PHP
<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>
|