{{$activity->subject->content}}
@if($activity->subject->is_reply) {{ __('You respond to a comment on the video') }} @else {{ __('You posted a comment on the video') }} @endif {{$activity->subject->video->title}}
{{$activity->perform_at->translatedFormat('d F Y - H:i')}} @include('users.videos.partials.thumbnail', ['video' => $activity->subject->video])