Panel Authorization

Hi! I have a "Orders" resource, and a "My Orders" resource.
How should I define policies? since a user should always viewAny order when enters MyordersResource... and don't have access to viewAny() when entering "Orders" ? Only admins can see all Orders.
Both resources use the same model.
Thanks!
Was this page helpful?