i have three table in mysql: 1-users [enter image description here][1] 2-projects [enter image description here][2] 3-project_user
[enter image description here][3]
there is two model : user and project the relation between these table are belongsToMany when a project create maybe one project define for two person NOW how can i show the project of each person?
via Mr Code