Comments

@foreach ($video->comments as $comment)
{{ $comment->addedBy->first_name??'' }} {{ $comment->addedBy->last_name??'' }}

{{ $comment->comment }}

@endforeach