Laravel Route->middleware('auth') for different user types
I've been trying to figure out a way to make 3 types of user access to pages: guest admin user For example: guests should only be able to use the routes /homepage and /login admins should only be able to…