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