@if ($selected)

Chatting with {{ $target->forename }}

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

No messages yet

@endif
@else

Select a user to view chats

@endif
@if ($selected)
@endif