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 f4f0013 commit acc1277Copy full SHA for acc1277
src/paper-dashboard-stubs/resources/views/layouts/app.blade.php
@@ -92,13 +92,12 @@
92
93
@auth()
94
@include('layouts.page_templates.auth')
95
+ @include('layouts.navbars.fixed-plugin')
96
@endauth
97
98
@guest
99
@include('layouts.page_templates.guest')
100
@endguest
-
101
- @include('layouts.navbars.fixed-plugin')
102
103
<!-- Core JS Files -->
104
<script src="{{ asset('paper') }}/js/core/jquery.min.js"></script>
0 commit comments