You already have the required css and js files included in the general layout file App\resources\layouts\app.blade.php
CSS
Copy-paste the stylesheet
<link> into your
<head> before all other stylesheets to load our CSS.
JS
Many of our components require the use of JavaScript to function. Specifically, they require
jQuery,
Popper.js, and our own JavaScript plugins. Place the following
<script>s near the end of your pages, right before the closing
</body> tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
Fonts and Icons
Copy-paste the stylesheet
<link> into your
<head> before all other stylesheets to load the Fonts and Icons.