I have a blade file in which it is my base layout (which will be loaded on all pages). But I agree that I put the route, the css of this page does not load. Ex.:
If my route is like this:
Route::get('/novo', 'UserController@novo');
The css loads, but if I put it like this:
Route::get('/users/novo', 'UserController@novo');
My css does not load!