SyntaxFix
Write A Post
Hire A Developer
Questions
Put them in public folder and call it in the view with something like href="{{ asset('public/css/style.css') }}". Note that the public should be included when you call the assets.
public
href="{{ asset('public/css/style.css') }}"