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

10 lines
282 B
PHP
Raw Normal View History

2015-05-19 09:32:02 +08:00
Hey {{ $user->username }}!
2015-07-23 15:10:19 +08:00
{{ $blueprint->post->user->username }} mentioned you in a post 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->post->discussion_id }}/{{ $blueprint->post->number }}
2015-05-19 09:32:02 +08:00
---
2015-07-23 15:10:19 +08:00
{{ strip_tags($blueprint->post->contentHtml) }}