{{ $logged_in_user->name }}
Devil may care flying fool
@foreach($thread->channels as $channel)
@if(isset($channel))
#{{$channel->name}}
@endif
@endforeach
{{$thread->user->name}} {{$thread->created_at->diffForHumans()}}
{{$thread->body}}
|