Files
Gw0bm/resources/views/layout69/messages/moderation/commentdelete.blade.php
2023-12-05 22:43:30 +00:00

4 lines
258 B
PHP

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