@use('App\Filters\Forms\User\CommentFiltersForm') @extends('layouts.user') @section('title', 'Channel comments') @section('content') @if($comments->total() || request()->all())
| Video | Comment | Replies | Interactions | Action | ||
|---|---|---|---|---|---|---|
|
@include('users.videos.partials.thumbnail', ['video' => $comment->video])
{{Str::limit($comment->video->title, 100), '...'}}
|
{{$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]) | |||
|
No matching comments |
||||||