I am developing an application with 2 roles like Manager and Employee. Manager should be able to see the options to create, delete or update the employee. Create, Delete and Update are the button in UI.
These 3 buttons should not be visible in Employee login and it should be available only Manager login.
Please provide the suggestions or solutions or approach to achieve this technical requirement.
Thanks!