Skip to content

Commit

Permalink
Merge pull request #39 from avored/dev
Browse files Browse the repository at this point in the history
merging dev to master
  • Loading branch information
indpurvesh authored Oct 1, 2018
2 parents 3a2a112 + ddc1e6b commit c664309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>{{ config('app.name', 'AvoRed Ecommerce') }}</title>

<!-- Styles -->
<link href="{{ mix('vendor/avored-admin/css/app.css') }}" rel="stylesheet">
<link href="{{ url('vendor/avored-admin/css/app.css') }}" rel="stylesheet">

@yield('css')

Expand Down Expand Up @@ -41,7 +41,7 @@
</div>
</div>

<script src="{{ mix('vendor/avored-admin/js/app.js') }}"></script>
<script src="{{ url('vendor/avored-admin/js/app.js') }}"></script>
@stack('scripts')
</body>
</html>
</html>

0 comments on commit c664309

Please sign in to comment.