@php $logo = \App\Models\Utility::get_file(config('chatify.user_avatar.folder')); $avatar = \App\Models\Utility::get_file('/avatars/'); @endphp @if (!empty($user->avatar)) {{--
--}}
@else
@endif

{{ strlen($user->name) > 5 ? substr($user->name, 0, 6) . '..' : $user->name }}