Hi,
I wants to show Student List based on Level of User. Example:
When "School Level (Head of Institute)" user logged in then Student List show all student from that school.
When "District Level (School Inspector)" user logged in then Student List show all student from that District.
When "State Level" user logged in then Student List show all student from that State. and so on.
Do I have to create different Dashboard for each level or its possible to show in same dashboard?
I am trying to do this in Asp.Net Core 3.1 MVC Project and Based on Login Type or Role.