We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9162f1 commit 9e1373eCopy full SHA for 9e1373e
resources/views/emails/new_reply.blade.php
@@ -1,5 +1,5 @@
1
@component('mail::message')
2
- **{{ '@' . $reply->user->username }}** a répondu à ce sujet.
+ <b>{{ '@' . $reply->user->username }}</b> a répondu à ce sujet.
3
4
@component('mail::panel')
5
{{ $reply->excerpt(200) }}
0 commit comments