PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
Ticket
/
Resources
/
views
/
pieces
<li class="clearfix cursor-pointer inbox-receiver" id="shop_{{ $chat->receiver->id }}" data-url="{{ route('chat.getConversations', ['thread_id' => base64_encode($chat->id)]) }}"> <img class="user-msg-img" src="{{ $chat->receiver->fileUrl() }}" /> <div class="about"> <a class="user-name name chat-with-user text-left" data-value="{{ optional($chat->receiver)->id }}" data-url="{{ route('chat.getConversations', ['thread_id' => base64_encode($chat->id)]) }}">{{ optional($chat->receiver)->name }}</a> <div class="status"> </div> <div> </div> </div> </li>
[-] single-user.blade.php
[edit]
[-] sidebar.blade.php
[edit]
[+]
..
[-] chat-history.blade.php
[edit]
[-] single-message.blade.php
[edit]
[-] item_feat.blade.php
[edit]
[-] chat-userlist.blade.php
[edit]
[-] paginated.blade.php
[edit]
[-] chat.blade.php
[edit]
[-] name.blade.php
[edit]
[-] shop_feat.blade.php
[edit]
[-] chat-history.old.blade.php
[edit]