26 lines
1.3 KiB
PHP
26 lines
1.3 KiB
PHP
<x-mail::message>
|
|
# {{ __("How's it going, :name?", ['name' => $userName]) }}
|
|
|
|
{{ __("Hi! It's Victor and Álvaro here, the founders of Whisper Money. You've been using the app for a few days now, and we'd love to hear how it's working for you.") }}
|
|
|
|
## {{ __('A Few Quick Questions') }}
|
|
|
|
- {{ __('Is the app meeting your expectations?') }}
|
|
- {{ __('Is there anything confusing or frustrating?') }}
|
|
- {{ __('What features would make Whisper Money more useful for you?') }}
|
|
|
|
{{ __("As the founders, your feedback directly shapes what we build next. We personally read every response and take your suggestions seriously. When you subscribe, you're not just supporting some big corporation - you're helping us continue building something we're passionate about.") }}
|
|
|
|
## {{ __('Help Us Improve') }}
|
|
|
|
{{ __("Whether it's a bug you've found, a feature you'd love to see, or just general thoughts - we want to hear it all. This is our project, and we care deeply about making it work well for you.") }}
|
|
|
|
{{ __('Just reply to this email with your feedback. No surveys, no forms, just a direct conversation with us.') }}
|
|
|
|
{{ __('Thanks for being part of Whisper Money. It really means a lot.') }}
|
|
|
|
{{ __('Best,') }}<br>
|
|
{{ __('Álvaro & Víctor') }}<br>
|
|
{{ __('Founders of Whisper Money') }}
|
|
</x-mail::message>
|