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

4 lines
260 B
PHP
Executable File

<h3>A moderator restored your comment.</h3>
<p>A moderator restored 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')