@if (isset($thread))
@foreach ($thread->participants()->take(5)->get() as $participant) @if(!empty($participant->user)) {{ $participant->user->username }} @endif @endforeach
@endif