Files
Gw0bm/resources/views/layout5/messages/videocomment.blade.php
2021-06-25 08:25:11 +00:00

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')