php noob here - how should i create a crud page available to users

im confused between whether i should be using the admin panel, then conditionally render different resources if the user is an admin or not OR: make a custom page and then add a data table onto the page... sorry if my question is stupid the documentation isnt making sense to me and i cant find any example for what im looking for im basically trying to create something similar to medium.com
2 Replies
Tim van Heugten
Create a second panel for your users (ie. Admin vs App panel).
Dennis Koch
Dennis Koch2w ago
Depends on how much both share. If only some functions are not available, I wouldn't create multiple panels. If there is too much difference between both, then create multiple panels.