framework/extensions/mentions/views/emails/postMentioned.blade.php

10 lines
317 B
PHP
Raw Normal View History

2015-05-19 09:32:02 +08:00
Hey {{ $user->username }}!
2015-08-13 11:20:12 +08:00
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
2015-05-19 09:32:02 +08:00
2015-11-01 14:43:48 +08:00
{{ app()->url() }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
2015-05-19 09:32:02 +08:00
---
{{ strip_tags($blueprint->reply->contentHtml) }}