profile_image
{{ ucfirst($comment->user->username) }}
- {{ $comment->created_at->diffForHumans() }}
{{ $comment->comment }} @if ($comment->media != null) comment_media @endif @if (count($comment->reply) > 0) @foreach ($comment->reply as $reply) @include('admin.forums.comment', ['comment' => $reply]) @endforeach @endif