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

4 lines
258 B
PHP
Executable File

<h3>A moderator deleted your comment.</h3>
<p>A moderator deleted your comment on the following video: <a href="{{url($video->id)}}">/{{$video->id}}</a></p>
<p><span style="font-weight:bold;">Reason:</span> {{$reason}}</p>
@include('messages.commentpreview')