File "favorite.blade.php"

Full Path: /home/bettaeza/flyinsyria.com/views/vendor/Chatify/layouts/favorite.blade.php
File size: 349 bytes
MIME-type: text/plain
Charset: utf-8

<div class="favorite-list-item">
    @if($user)
        <div data-id="{{ $user->id }}" data-action="0" class="avatar av-m"
            style="background-image: url('{{ Chatify::getUserWithAvatar($user)->avatar }}');">
        </div>
        <p>{{ strlen($user->name) > 5 ? substr($user->name,0,6).'..' : $user->name }}</p>
    @endif
</div>