We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd31ee commit 8fcfd59Copy full SHA for 8fcfd59
resources/views/home.blade.php
@@ -11,6 +11,8 @@
11
<!-- Bootstrap core CSS -->
12
<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet">
13
14
+ <!-- Bootstrap core CSS -->
15
+ <link href="{{ asset('css/app.css') }}" rel="stylesheet">
16
</head>
17
18
<body style="padding-top: 56px">
@@ -44,6 +46,7 @@
44
46
<!-- Bootstrap core JavaScript -->
45
47
<script src="{{ asset('js/jquery.min.js') }}"></script>
48
<script src="{{ asset('js/bootstrap.bundle.min.js') }}"></script>
49
+<script src="{{ asset('js/app.js') }}"></script>
50
51
52
</body>
0 commit comments