Files
Gw0bm/resources/views/layout5/messages/commentmention.blade.php
2021-06-20 13:49:07 +00:00

4 lines
316 B
PHP
Executable File

<h3><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> mentioned you in a comment.</h3>
<p><a href="{{url('user/' . $user->username)}}">{{$user->username}}</a> mentioned you in a comment on the following video: <a href="{{($video->id)}}">/{{$video->id}}</a></p>
@include('messages.commentpreview')