To clarify, it's just an observation so that the tutorial is as accessible as possible for those who don't know Laravel. You should combine Login with Register, so that it isn't confusing for those who don't know how to debug now, and it becomes simpler. Directly inserting attributes into the database without Laravel is artificial and without the intended purpose. But thanks for the excellent tutorial.
clemente.nogueira
min 9:50, line 27: <form action="{{ route('auth_login_admin') }}" method="post">