I want to apply margin-bottom on #createNewBook, I added a CSS file in laravel by using <link rel="stylesheet" href="/assets/css/style.css">. But it's not working. Can anyone tell me how to add a CSS file to my laravel project?
This is my HTML code in laravel:

This is my directory format:
And this is the output:




publicfolder are accessible publicly (served by the webserver) ... nothing below that folder is directly accessible ... so you have to put assets in thepublicfolder some where ... thepublicfolder is the root of your site