We are developing an application using larval spark
A user will be able to invited to multiple teams.
With in each team there are a number of venues, we want each user to have specific permissions for that venue.
I.E User will have the edit-venue-details permission for venue A but not for Venue B
Is there a way of linking Spatie permissions to an ID? So we can validate on a per venue basis.
Otherwise if we give a user edit-venue-details permission it will be valid for all of the sites, users will not have the same permissions on each venue.