Laravel many to many relationship is slightly more complicated than hasOne and hasMany relationships. The pivot table allows the relationship id from one model to be related to many other models. The key in many to many relationship is the PIVOT table.
This video will dive into Eloquent’s Many to Many Relationship in Laravel. Laravel many to many with pivot table going deeper. This is a deep dive into belongsToMany Relationships in Laravel.