Does not display users in "All Messages"
amna-kamran opened this issue · 1 comments
amna-kamran commented
- Something is missing in app.blade.layout for chatify under the {{-- ---------------- [ User Tab ] ---------------- --}}
<p class="messenger-title"><span>All Messages</span></p> <div class="listOfContacts" style="width: 100%;height: calc(100% - 272px);position: relative;"></div>
within this code.
- There should be something like
{!! view('Chatify::layouts.listItem', ['get' => 'users', 'lastMessage' => $lastMessage]) !!}
but I'm not sure where to get the $lastmessage from.
munafio commented
- I see nothing is missing there! if Im not correct then please correct me.
- You should get it from the controller itself