I have created user login and registration form with the PHP artisan command php artisan make:auth
. But now I have to create an admin panel and a seprate admin login page. How can I do this? Please instruct me on how can I do this.
Also, how can I restrict access to admin pages by standard users and redirect them to home page?
via M. Ibrar