Seems like no matter how much I research and try to learn eloquent relationship, I really struggle to get it.
Anyway...
I have 3 models: User, Position, and Content.
I have 2 pivot tables: user_position and content_position.
Knowing the user_id, I need to get all the contents through that user's positions.
I assume it needs to be some has-many-through relationship, but I am stuck.
@Snapey Thanks for the reply and the info.
Could I do it by pulling and array of the user's positions and then using that in a where statement somehow?