Two Dashboards
I want to create two different dashboard and views for business and candidates for a hiring platform. How can I do it ?
Hello,
What you could do is have different roles, for example company
and candidate
.
Then based on the role, show different dashboards with different information for each user.
With Laravel Wave, you would have roles out of the box, but you would need to add the logic during sign up for example, asking the users to choose if they are a company or a freelancer.
Hope that this helps.
Regards,
Bobby















