Les pages d'authers n'obtiennent pas CSS à Laravel

//run following two commands also after installing breeze
npm install
npm run dev
npm run production
//if still did not work then run following command to clear cache
php artisan cache:clear
php artisan cache:view
Isaac