{{$item->profile->username}} {!! $item->rendered ?? e($item->caption) !!}
{{$status->profile->username}} {!!$status->rendered!!} {{$status->created_at->diffForHumans(null, true, true, true)}}
{{$comment->profile->username}} {{ str_limit($comment->caption, 125) }}
{{$item->created_at->diffForHumans()}}
{{$status->profile->username}} {!!$status->rendered!!} {{$status->created_at->diffForHumans(null, true, true, true)}}
@else @foreach($item->comments->reverse()->take(3) as $comment){{$comment->profile->username}} {{ str_limit($comment->caption, 125) }}
@endforeach @endif