4 lines
224 B
PHP
4 lines
224 B
PHP
<h3>New comment on your video <a href="{{($video->id)}}">/{{$video->id}}</a></h3>
|
|
<p><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> made a comment on your video.</p>
|
|
@include('messages.commentpreview')
|