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

10 lines
317 B
PHP
Raw Normal View History

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