Skip to content

Commit

Permalink
Merge pull request #6 from laravel-frontend-presets/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
teamupdivision authored Sep 2, 2019
2 parents ba0135e + acc1277 commit 6c675e9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@

@auth()
@include('layouts.page_templates.auth')
@include('layouts.navbars.fixed-plugin')
@endauth

@guest
@include('layouts.page_templates.guest')
@endguest

@include('layouts.navbars.fixed-plugin')

<!-- Core JS Files -->
<script src="{{ asset('paper') }}/js/core/jquery.min.js"></script>
Expand Down

0 comments on commit 6c675e9

Please sign in to comment.