message_seen == 'no' && $userList->user_one != $user->id) class="font-bold" @endif>{{$userList->name}}
@if(\App\User::isAdmin($userList->id))
Admin
@elseif(\App\User::isClient($userList->id))
Client
@else
Employee
@endif
@if($userList->last_message){{ \Carbon\Carbon::parse($userList->last_message)->diffForHumans()}} @endif