Laravel 7 CSS não está funcionando
01) Just use / before the folder path directive
<link rel="stylesheet" href="/assets/css/styles.css">
02) href="{{ asset('assets/css/header.css') }}
Bathila