@extends('layouts.app') @section('content')
@if($users->count() > 0)

Pick a user to chat with

@else

No users found! try to add a new user using another browser by going to Register page

@endif
@include('chat-box') @stop @section('script') @stop