Threads

@foreach ($threads as $key => $thread) @if ($thread->lastMessage)

{{$thread->withUser->name}}

@if ($thread->lastMessage->sender_id === auth()->id()) @endif {{substr($thread->lastMessage->message, 0, 20)}}

@endif @endforeach