@php $logo = \App\Models\Utility::get_file('/'); $avatar = \App\Models\Utility::get_file('/avatars/'); @endphp
{{ strlen($user->name) > 5 ? substr($user->name,0,6).'..' : $user->name }}