I'm at my wit's end here. I know the forms are sending the correct data since if I dd($request->all()) it's sending the correct data, however it keeps saying the credentials are incorrect. I already deleted the default users table Lavarel gives you and the mss_client_accounts table does not exist so I know it's interacting with the correct table but I don't know why it's still not authenticating properly. I checked the database multiple times for mismatched column names, seeded different hashed passwords and randomized emails and it's still not authenticating correctly.
What I want to do is separate the User and Admin controllers so I just copy pasted the controllers and logic that came with Laravel Breeze and resuited it for my use, but I'm a complete beginner to Laravel here and I already got stuck here and I don't know how to progress - been at this for like 2 days, I tried various solutions from google but none of them worked. Please help me.