if your Laravel Login and Register views do not get styles then this Laravel login from. Login and Register views do not get styles from the master page - Is this normal behavior. Laravel 8 custom login and registration
Did you install node and npm then run the following commands in your laravel root directory?
--------------------------------------------------
npm install
npm run dev
------------------------------------------------------
These commands compile related javascript and scss/css files and build your front end.