Is it possible to use Backpack's Admin CRUDs also for the normal user (obviously with limited functionality)?
For example, with the route website.com/admin I can access Backpack's Admin panel, but what if I want to give the normal user the possibility to use the tools that Backpack offers (same views, same methods) but for example without the possibility of adding/updating/removing other users but just to visualize them? And maybe in another route different from website.com/admin.
Or maybe using the same components, but visualizing in a different way (limited actions for the normal user) with a middleware that checks if the user is admin or not