You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the package, and everything is OK.
my question in route:
GET|HEAD chat/conversations/{id}/participants .................................. conversations.participation.index › Musonza\Chat › ConversationParticipationController@index
in Vue DevTools it show all the data of users like:
address:"5697 Murazik Motorway\nWilberton, MA 21589"
bio:"Aut et sit ea ex impedit sequi dolores. Qui dolores sit eum atque eum voluptates animi. Odit itaque commodi exercitationem adipisci."
birth_day:"1983-02-13"
city_id:178
country_id:95
created_at:"2023-05-03T12:38:14.000000Z"
deleted_at:null
email:"sami@gmail.com"
email_verified_at:"2023-05-03T12:38:14.000000Z"
gender:"male"
id:1
locale:"en"
mobile:"966123456789"
name:"Sami Mansour"
participation:Array[2]
settings:null
status:1
timezone:"Asia/Riyadh"
updated_at:"2023-05-03T12:38:14.000000Z"
user_image:"unknown.png"
I need to show id, name, username, user_image only, How I can do that?
The text was updated successfully, but these errors were encountered:
Hi
I setup the package, and everything is OK.
my question in route:
GET|HEAD chat/conversations/{id}/participants .................................. conversations.participation.index › Musonza\Chat › ConversationParticipationController@index
in Vue DevTools it show all the data of users like:
I need to show id, name, username, user_image only, How I can do that?
The text was updated successfully, but these errors were encountered: