I’m trying to create a website that have two interface one for admin and other for users. So, for that I want that the resource panel in navigation bar/sidebar was visible to only admin/id==1, Resources like studentresource. Detail like Users login i don’t want to show to all users that who was login.
I’m expecting to hide the resources panel for all users except id==1/admin or create two whole panel the one panel for user and other for admin.