Skip to content

Commit b1ff0b1

Browse files
author
ahmadhussnain
committed
Update css & js files with mix syntax webpack.mix.js
1 parent 2dbe7b6 commit b1ff0b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/master.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link href="{{ asset('css/bootstrap.min.css') }}" rel="stylesheet">
1313

1414
<!-- Bootstrap core CSS -->
15-
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
15+
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1616
</head>
1717

1818
<body style="padding-top: 56px">
@@ -28,7 +28,7 @@
2828
<div class="collapse navbar-collapse justify-content-lg-end" id="navbarResponsive">
2929
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
3030
<li class="nav-item">
31-
<a class="nav-link" href="{{route('categories.create')}}">Create Category</a>
31+
<a class="nav-link" href="{{route('categories.index')}}">Categories</a>
3232
</li>
3333
</ul>
3434
</div>
@@ -48,7 +48,7 @@
4848
<!-- Bootstrap core JavaScript -->
4949
<script src="{{ asset('js/jquery.min.js') }}"></script>
5050
<script src="{{ asset('js/bootstrap.bundle.min.js') }}"></script>
51-
<script src="{{ asset('js/app.js') }}"></script>
51+
<script src="{{ mix('js/app.js') }}"></script>
5252

5353

5454
</body>

0 commit comments

Comments
 (0)