I want to display different menu according to login user . If user is client then display different menu otherwise show different menu.
I have one table User which is used to authenticate user , Client table which hold the userId as foreign key . Then how we determine whether user is client or not?
Another there is any way to add controller for menu?