clovon/Multipurpose-Laravel-and-Livewire-Application

Message Tabe Errors Showing

laravelhero opened this issue · 2 comments

When try to click message tab / menu getting errors

ErrorException
Attempt to read property "receiver" on null (View: D:\laragon\www\adminlte\resources\views\livewire\admin\messages\list-conversation-and-messages.blade.php)

yes the same error happened

Make sure to verify these two things:

  1. Add foreign key constraints on the database level so that you can't delete the user who has a conversation.
  2. Make sure your receiver_id on the conversations table exists on the user's table as user ID.
    Closing for now. Thanks!