There are many ways to structure your access control, but my preferred method is to use Route Groups.
Keeping everything in one place makes it much easier to review your permissions, and much harder to forget when adding new routes!
https://securinglaravel.com/p/security-tip-use-route-groups
#Laravel#PHP