@if ($selected)

Chatting with {{ $target->forename }}

@if ($chats->count() > 0) @foreach($chats as $chat)
{!! nl2br(e($chat->message)) !!}
@endforeach @else

No messages yet

@endif
@else

Select a user to view chats

@endif
@if ($selected)
@endif @if ($users->count() > 0)
@endif