
user->profile_picture}")) ? "ProfilePicture/{$channel->user->profile_picture}" : 'default_assets/user/default.jpg') }}" class="rounded-circle" style="width: 24px; height: 24px;">
{{ $channel->user->username }}
@foreach($viewers as $viewer)

user->profile_picture}")) ? "ProfilePicture/{$viewer->user->profile_picture}" : 'default_assets/user/default.jpg') }}" class="rounded-circle" data-user-id="{{ $viewer->user->id }}" style="width: 24px; height: 24px;">
@endforeach
{{ count($viewers) }}
{{ \Carbon\Carbon::parse($comment->comment_time)->format('H:i') }} : {{ $comment->username }}