@use('App\Filters\Forms\Admin\CommentFiltersForm') @extends('layouts.admin') @section('title', 'Comments') @section('content') @if($comments->total() || request()->all())
| Video | Comment | Replies | Interactions | Ban | ||
|---|---|---|---|---|---|---|
|
$comment->user->is($comment->video->user)]) href="{{$comment->user->route}}">{{$comment->user->username}}
• {{$comment->created_at->diffForHumans()}}
@if($comment->is_updated)
• Modified
@endif
|
@if($comment->replies_count)
@else
No replies
@endif
|
@include('users.partials.interactions', ['item' => $comment]) |
@if($comment->is_banned)
{{$comment->banned_at->diffForHumans()}}
@else
@endif
|
|||
|
No matching comments |
||||||