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

10 lines
280 B
PHP
Raw Normal View History

Hey {!! $user->username !!}!
2015-05-19 09:32:02 +08:00
{!! $blueprint->post->user->username !!} mentioned you in a post in {!! $blueprint->post->discussion->title !!}.
2015-05-19 09:32:02 +08:00
{!! app()->url() !!}/d/{!! $blueprint->post->discussion_id !!}/{!! $blueprint->post->number !!}
2015-05-19 09:32:02 +08:00
---
{!! $blueprint->post->content !!}