@component('emails.layouts.html', ['subject' => trans('mail.new_message_subject')]) {{-- Greeting --}}
{{ __('Hello') }} {{ explode(' ', $recipientName)[0] }},
{{-- Main message --}}{{ __('Your conversation on :site with :name has an unread update:', ['site' => config('app.name'), 'name' => $groupName ?? $senderName]) }}
{{-- Message content panel --}}|
{{ __(':sender:', ['sender' => $senderName]) }} {{ $messageContent }} |
{{ __('Follow this conversation on our website by clicking the Chat Messenger button below:') }}
{{-- Button --}}| {{ __('Chat Messenger') }} |
{{ timebank_config('mail.platform_sign_off_signature.' . app()->getLocale()) ?? timebank_config('mail.platform_sign_off_signature.en', 'See you around!') }}
{{-- Subcopy --}}{{ __("You can't reply to this email. Use the Chat Messenger on our website instead.") }}
@endcomponent