Skip to content

Commit 8fcfd59

Browse files
author
ahmadhuss
committed
refactor: home.blade.php view for app.css or app.js
1 parent 4cd31ee commit 8fcfd59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/views/home.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<!-- Bootstrap core CSS -->
1212
<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet">
1313

14+
<!-- Bootstrap core CSS -->
15+
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
1416
</head>
1517

1618
<body style="padding-top: 56px">
@@ -44,6 +46,7 @@
4446
<!-- Bootstrap core JavaScript -->
4547
<script src="{{ asset('js/jquery.min.js') }}"></script>
4648
<script src="{{ asset('js/bootstrap.bundle.min.js') }}"></script>
49+
<script src="{{ asset('js/app.js') }}"></script>
4750

4851

4952
</body>

0 commit comments

Comments
 (0)