munafio / chatify-demo

Chatify Laravel Package Demo application
https://github.com/munafio/chatify
489 stars 179 forks source link

Does not display users in "All Messages" #53

Closed amna-kamran closed 1 year ago

amna-kamran commented 1 year ago
  1. Something is missing in app.blade.layout for chatify under the {{-- ---------------- [ User Tab ] ---------------- --}}

`

All Messages

` within this code. 2. 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 1 year ago
  1. I see nothing is missing there! if Im not correct then please correct me.
  2. You should get it from the controller itself