Level 55
Check out this lesson. You're a subscriber so make the most of them.
As for separating the logic, it's up to you. for small apps, you could use the same views (shared) and check in certain parts whether the authenticated user is an admin (for example). Or you could have completely separate views, and controllers.
Please provide more details about what you want.
2 likes