//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
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<script defer src="{{asset('js/app.js')}}"></script>