@foreach($profileUser->threads as $thread)
user image {{ $thread->creator->name }} Shared publicly - {{ $thread->created_at->diffForHumans() }}

{{ $thread->body }}

@if(auth()->check()) @else

Login to post a comment.

@endif
@endforeach